summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-08-18 15:09:57 +0300
committercpopa <devnull@localhost>2014-08-18 15:09:57 +0300
commit5e4d1597d8260de4836e2652b424310e74690c4c (patch)
tree73470c12a3e9a9f58c37952aabef330ef56391f7
parent67752720f07f1d62dfc8ed38e3d2e2a96ebccfa3 (diff)
downloadpylint-5e4d1597d8260de4836e2652b424310e74690c4c.tar.gz
Backout changeset.
-rw-r--r--checkers/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/exceptions.py b/checkers/exceptions.py
index 8c9bea9..7af0aed 100644
--- a/checkers/exceptions.py
+++ b/checkers/exceptions.py
@@ -336,7 +336,7 @@ class ExceptionsChecker(BaseChecker):
fully_infered = all(inferit is not YES
for inferit in bases)
if fully_infered:
- print("Infered", fully_infered, bases, exc)
+ print("Infered", fully_infered, bases)
self.add_message('catching-non-exception',
node=handler.type,
args=(exc.name, ))