mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-02 20:59:39 -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]:
|
||||
try:
|
||||
row[time_column_index] = convert_report_date_to_preferred_timezone(row[time_column_index])
|
||||
except Exception:
|
||||
except Exception: # nosec B110
|
||||
pass
|
||||
|
||||
writer.writerow(row)
|
||||
|
||||
Reference in New Issue
Block a user