summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-11-30 18:23:58 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-11-30 18:23:58 +0100
commit91f7a0f07ac009240dc12e567c5f8cbc898e81d9 (patch)
treebeb5b2c61eade66a4b61c4faa10bfd20321be199
parent907ee7ad10be4efd6c65f3ade5f237c06085907a (diff)
downloadpylint-git-91f7a0f07ac009240dc12e567c5f8cbc898e81d9.tar.gz
Fix error caused by the new check
-rw-r--r--pylint/test/functional/regression_1326_crash_uninferable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/functional/regression_1326_crash_uninferable.py b/pylint/test/functional/regression_1326_crash_uninferable.py
index 26b8eb753..a42d44ac3 100644
--- a/pylint/test/functional/regression_1326_crash_uninferable.py
+++ b/pylint/test/functional/regression_1326_crash_uninferable.py
@@ -4,7 +4,7 @@ import socket
RETRYABLE_EXCEPTIONS = (socket.error,)
-
+# pylint: disable=wrong-exception-operation
def exception_handler():
try:
yield 1