Comment by BigTTYGothGF
1 day ago
I think it should depend on if it's `except Exception` (don't use) or `except Exception as e` (probably fine, as long as you log `e` or do something else with it).
1 day ago
I think it should depend on if it's `except Exception` (don't use) or `except Exception as e` (probably fine, as long as you log `e` or do something else with it).
No comments yet
Contribute on Hacker News ↗