Skip to content

Commit

Permalink
Remove catch-all except so that unexpected errors are not hidden from…
Browse files Browse the repository at this point in the history
… users.

Signed-off-by: Evgeniy Mamchenko <evgeniy@deevio.ai>
  • Loading branch information
OutSorcerer committed Nov 7, 2024
1 parent 2d852fb commit 1092da3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/metadata_writer/src/metadata_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,3 @@ def is_kfp_v2_pod(pod) -> bool:
except urllib3.exceptions.ReadTimeoutError as e:
# Client side timeout, continue watching.
pass

except Exception as e:
import traceback
print(traceback.format_exc())

0 comments on commit 1092da3

Please sign in to comment.