On Fri, Jan 12, 2018 at 05:15:50PM -0500, Aaron Conole wrote:
> Newer versions of flake8 (3.5.0, mccabe: 0.6.1, pycodestyle: 2.3.1,
> pyflakes: 1.6.0) add an error code for 'bare exception'. The OvS
> codebase does use bare exceptions in places, especially when the
> specific exception isn't impor
Newer versions of flake8 (3.5.0, mccabe: 0.6.1, pycodestyle: 2.3.1,
pyflakes: 1.6.0) add an error code for 'bare exception'. The OvS
codebase does use bare exceptions in places, especially when the
specific exception isn't important (ie: the program will be
terminating, so the specific exception i