enthought / enthought/traitsui

Fix bare except clauses that don't re-raise

Open
#550 0 comments 0 reactions 0 assignees View on GitHub
difficulty: easy
Dominant language
Python
Stars
306
Forks
99
PR merge metrics
No merged PRs in 30d

Description

There are far too many bare `except` clauses in the codebase which don't re-raise. Ideally we would:

- [ ] replace them with `except Exception` at a minimum.
- [ ] where reasonable, do some logging of the root cause (with perhaps the exception of direct invalid user input?).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.