Y
Hacker News
new
|
ask
|
show
|
jobs
by
BigTTYGothGF
2 days 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).