summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-02-12 17:30:10 +0100
committerMartin Basti <mbasti@redhat.com>2016-02-25 13:48:44 +0100
commit0d39abddc27b0c348131dc3d0f3c5c538cd5f0b5 (patch)
tree5afa5d9e8947d85df7f4ffa6ad4f0a210fd6d665 /pylintrc
parent94a836dd46e5e041443b7da03e4ce8a7a7aaa7e3 (diff)
downloadfreeipa-0d39abddc27b0c348131dc3d0f3c5c538cd5f0b5.tar.gz
freeipa-0d39abddc27b0c348131dc3d0f3c5c538cd5f0b5.tar.xz
freeipa-0d39abddc27b0c348131dc3d0f3c5c538cd5f0b5.zip
Remove duplicated except
Both exceptions have been catched before, so it is bacically dead code Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index c6f7f457d..1003e4921 100644
--- a/pylintrc
+++ b/pylintrc
@@ -74,7 +74,6 @@ disable=
unsubscriptable-object,
unsupported-membership-test,
not-an-iterable,
- duplicate-except,
singleton-comparison,
misplaced-comparison-constant,
consider-using-enumerate,