mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Fixed anothr bug
This commit is contained in:
@@ -38,7 +38,7 @@ def convert_s3_csv_timestamps(csv_content):
|
|||||||
if len(row) > time_column_index and row[time_column_index]:
|
if len(row) > time_column_index and row[time_column_index]:
|
||||||
try:
|
try:
|
||||||
row[time_column_index] = convert_report_date_to_preferred_timezone(row[time_column_index])
|
row[time_column_index] = convert_report_date_to_preferred_timezone(row[time_column_index])
|
||||||
except Exception:
|
except Exception: # nosec B110
|
||||||
pass
|
pass
|
||||||
|
|
||||||
writer.writerow(row)
|
writer.writerow(row)
|
||||||
|
|||||||
Reference in New Issue
Block a user