CCI-MOC / moc-openstack-tools

Tools for OpenStack administration, user/project management, etc.
Apache License 2.0
0 stars 8 forks source link

Ignore bare except blocks #102

Closed ianballou closed 6 years ago

ianballou commented 6 years ago

A new version of flake8 complains about bare except blocks. There are a few in this repo that should be fixed, but for now this will stop Travis from blocking new pull requests.

I will open an issue about the bare except blocks.

naved001 commented 6 years ago

ideally, we should be fixing those except blocks instead of outright disabling the check; but I guess there are important PRs we want to merge right now.

ianballou commented 6 years ago

Yeah, I definitely agree that it should be fixed soon. I've added a issue #102 that will need to be addressed.

ianballou commented 6 years ago

I don't have write access, can someone who does merge this?

naved001 commented 6 years ago

looks like @HuzefaMandvi has write access.

HuzefaMandvi commented 6 years ago

This is a protected branch so I don't have access to merge this PR