We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666d21c commit 1ca74d3Copy full SHA for 1ca74d3
aws_lambda_powertools/utilities/batch/base.py
@@ -380,7 +380,7 @@ def _clean(self):
380
381
if self._entire_batch_failed():
382
raise BatchProcessingError(
383
- msg=f"All records failed processing. {len(self.exceptions)} individual errors logged"
+ msg=f"All records failed processing. {len(self.exceptions)} individual errors logged "
384
f"separately below.",
385
child_exceptions=self.exceptions,
386
)
0 commit comments