Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/runners/worker/data_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class ExceptionMetadata:
# The repr-ified Exception.
msg: str

# The transform where the exception occured.
# The transform where the exception occurred.
transform_id: str

# The instruction when the exception occured.
# The instruction when the exception occurred.
instruction_id: str


Expand Down
Loading