Skip to content

Commit b7d0a8d

Browse files
committed
Let the user always know something is done, not just verbose
1 parent e402aec commit b7d0a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cwmscli/load/location/location_ids.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ def load_locations(
7979

8080
if errors:
8181
raise click.ClickException(f"Completed with {errors} error(s).")
82-
if verbose:
83-
click.echo("Done.")
82+
83+
click.echo("Done.")

0 commit comments

Comments
 (0)