Pylint: enable pointless-except check

This check can be enabled, there is no errors in current code, and it
should stay in that way.

Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
Martin Basti 2016-03-17 18:49:10 +01:00
parent e93e89e1ae
commit 5add0f94cf

View File

@ -34,7 +34,6 @@ disable=
global-statement,
global-variable-not-assigned,
no-init,
pointless-except,
pointless-statement,
pointless-string-statement,
protected-access,