Skip to content

Commit

Permalink
Add pass statement below server-side timeout comment for clarity.
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Mamchenko <[email protected]>
  • Loading branch information
OutSorcerer committed Nov 11, 2024
1 parent 1092da3 commit ed2dbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/metadata_writer/src/metadata_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ def is_kfp_v2_pod(pod) -> bool:
pods_with_written_metadata[obj.metadata.name] = None

# Server side timeout, continue watching.
pass

except urllib3.exceptions.ReadTimeoutError as e:
# Client side timeout, continue watching.
Expand Down

0 comments on commit ed2dbe6

Please sign in to comment.