Skip to content

Commit

Permalink
Use single quotes inside double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 10, 2024
1 parent 1e2253f commit 03ba3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmi_topography/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main(quiet, dem_type, south, north, west, east, output_format, api_key, no_f
path_to_dem = topo.fetch()
if not quiet:
click.secho(
f"File downloaded to {getattr(topo, "cache_dir")}",
f"File downloaded to {getattr(topo, 'cache_dir')}",
fg="green",
err=True,
)
Expand Down

0 comments on commit 03ba3e0

Please sign in to comment.