Skip to content

Commit 2b030fa

Browse files
committed
ws
1 parent d1c5a59 commit 2b030fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/src/delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ def handler(event, context):
156156
log_data["operation_outcome"] = operation_outcome
157157
firehose_log["event"] = log_data
158158
firehose_logger.send_log(firehose_log)
159-
raise Exception(f"Delta Lambda failure: {e}")
159+
raise Exception(f"Delta Lambda failure: {e}")

0 commit comments

Comments
 (0)