We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c5a59 commit 2b030faCopy full SHA for 2b030fa
delta_backend/src/delta.py
@@ -156,4 +156,4 @@ def handler(event, context):
156
log_data["operation_outcome"] = operation_outcome
157
firehose_log["event"] = log_data
158
firehose_logger.send_log(firehose_log)
159
- raise Exception(f"Delta Lambda failure: {e}")
+ raise Exception(f"Delta Lambda failure: {e}")
0 commit comments