Skip to content

Commit

Permalink
fix formatting, paren
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Nov 14, 2024
1 parent ba4060b commit 6484170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdks/python/apache_beam/yaml/yaml_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ def expand(self, pcoll):
break
else:
raise ValueError(
'The input to this transform does not appear to be an error '
+ "output. Expected a schema'd input with a field named "
+ ' or '.join(repr(fld) for fld in self._ERROR_FIELD_NAMES)
'The input to this transform does not appear to be an error ' +
"output. Expected a schema'd input with a field named " +
' or '.join(repr(fld) for fld in self._ERROR_FIELD_NAMES))

if fld is None:
# This handles with_exception_handling() that returns bare tuples.
Expand Down

0 comments on commit 6484170

Please sign in to comment.