mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -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),
|
||||
)
|
||||
|
||||
except Exception:
|
||||
current_app.logger.exception("Exception")
|
||||
except Exception as e:
|
||||
current_app.logger.exception(str(e))
|
||||
|
||||
|
||||
def get_s3_files():
|
||||
|
||||
Reference in New Issue
Block a user