Skip to content

Commit

Permalink
gate filename printing behind verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 9, 2024
1 parent d3a0d1a commit 89fea32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rabpro/basin_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ def remove_geometry(feat):

if filename is None:
filename = dataset_to_filename(dt.prepend, dt.data_id, dt.band)
print(filename)
if verbose:
print(filename)

filenames.append(filename)

Expand Down

0 comments on commit 89fea32

Please sign in to comment.