Skip to content

Commit efcd82e

Browse files
author
Michael Brewer
authored
Merge branch 'develop' into docs/1064-jmespath-functions
2 parents 750f9ea + 1ca74d3 commit efcd82e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

aws_lambda_powertools/utilities/batch/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def success_handler(self, record, result: Any) -> SuccessResponse:
116116
Parameters
117117
----------
118118
record: Any
119-
record that failed processing
119+
record that succeeded processing
120120
result: Any
121121
result from record handler
122122
@@ -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)