You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a systematic problem with using bare exceptions. We should do a code review targeted specifically at replacing all of these with specific exceptions.
Warnings are currently enabled / disabled in:
pycodestyle (setup.cfg): E722 (bare excepts)
pylint (.pylintrc): (bare-except)
The text was updated successfully, but these errors were encountered:
We currently have a systematic problem with using bare exceptions. We should do a code review targeted specifically at replacing all of these with specific exceptions.
Warnings are currently enabled / disabled in:
The text was updated successfully, but these errors were encountered: