Skip to content

Commit 0044a15

Browse files
author
Kenneth Kehl
committed
ugh
1 parent fe1f333 commit 0044a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/aws/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def cleanup_old_s3_objects():
190190
return service_ids
191191
except Exception as error:
192192
current_app.logger.exception(
193-
f"#delete-old-s3-objects An error occurred while cleaning up old s3 objects: str(error)"
193+
f"#delete-old-s3-objects An error occurred while cleaning up old s3 objects: {str(error)}"
194194
)
195195

196196

0 commit comments

Comments
 (0)