Skip to content

Commit 5abe3e0

Browse files
committed
Missing space in log message
1 parent c1955b8 commit 5abe3e0

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/batch

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/batch/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def _clean(self):
380380

381381
if self._entire_batch_failed():
382382
raise BatchProcessingError(
383-
msg=f"All records failed processing. {len(self.exceptions)} individual errors logged"
383+
msg=f"All records failed processing. {len(self.exceptions)} individual errors logged "
384384
f"separately below.",
385385
child_exceptions=self.exceptions,
386386
)

0 commit comments

Comments
 (0)