diff --git a/step_pipeline/utils.py b/step_pipeline/utils.py index 312c0a8..a587fdf 100644 --- a/step_pipeline/utils.py +++ b/step_pipeline/utils.py @@ -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