Update app/aws/s3.py

Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
Kenneth Kehl
2025-05-23 06:58:09 -07:00
committed by GitHub
parent 8861cc4963
commit 91f3bbaf98

View File

@@ -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():