Since a few days ago pycodestyle (formerly called pep8) has a new check: E722 warning for bare except clauses. Let's fix our code.
2.4 KiB
2.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.