Skip to content

Commit

Permalink
fix lint (#28917)
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse authored Oct 10, 2023
1 parent d2420ad commit 65eaf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/runners/worker/bundle_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def process_encoded(self, encoded_windowed_values):
except Exception as exn:
raise ValueError(
"Error decoding input stream with coder " +
self.windowed_coder) from exn
str(self.windowed_coder)) from exn
self.output(decoded_value)

def monitoring_infos(self, transform_id, tag_to_pcollection_id):
Expand Down

0 comments on commit 65eaf45

Please sign in to comment.