mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Update app/aws/s3.py
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
@@ -204,8 +204,8 @@ def read_s3_file(bucket_name, object_key, s3res):
|
|||||||
extract_personalisation(job),
|
extract_personalisation(job),
|
||||||
)
|
)
|
||||||
|
|
||||||
except Exception:
|
except Exception as e:
|
||||||
current_app.logger.exception("Exception")
|
current_app.logger.exception(str(e))
|
||||||
|
|
||||||
|
|
||||||
def get_s3_files():
|
def get_s3_files():
|
||||||
|
|||||||
Reference in New Issue
Block a user