Since a few days ago pycodestyle (formerly called pep8) has a new check: E722 warning for bare except clauses. Let's fix our code.
3.4 KiB
3.4 KiB
Since a few days ago pycodestyle (formerly called pep8) has a new check: E722 warning for bare except clauses. Let's fix our code.