Skip to content

Commit 9727acf

Browse files
committed
logging for visiblity for debug
1 parent 65f7f2c commit 9727acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_delphi_utils_python/delphi_utils/export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ def create_export_csv(
129129
if sort_geos:
130130
export_df = export_df.sort_values(by="geo_id")
131131
export_df.to_csv(export_file, index=False, na_rep="NA")
132+
logging.info(f"Exported {export_file}")
132133
return dates

0 commit comments

Comments
 (0)