We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4275fb2 commit 54a76dfCopy full SHA for 54a76df
aws_lambda_powertools/utilities/batch/base.py
@@ -72,5 +72,5 @@ def failure_handler(self, record, exception):
72
Failure callback
73
"""
74
entry = ("fail", exception.args, record)
75
- self.fail_messages.append(entry)
+ self.fail_messages.append(record)
76
return entry
0 commit comments