Skip to content

Commit

Permalink
better log output
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Oct 30, 2023
1 parent 9e3e863 commit 37266cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step_pipeline/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def parse_gsutil_date_string(date_string):
except Exception as e:
raise GoogleStorageException(f"Unable to parse gsutil output for {gs_path_with_wildcards}: {e}\n{gsutil_output}")

print(f"Found {len(path_to_file_stat_dict)} matching paths")
print(f"Found {len(path_to_file_stat_dict):,d} matching paths in {gs_path_with_wildcards}")

GSUTIL_PATH_TO_FILE_STAT_CACHE[gs_path_with_wildcards] = path_to_file_stat_dict

Expand Down

0 comments on commit 37266cb

Please sign in to comment.