summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-06-27 19:23:23 +0300
committercpopa <devnull@localhost>2014-06-27 19:23:23 +0300
commit0951ad6eed20683d5de06afb9c2dff5083ae5b2f (patch)
tree0eaa66992b2dfdd596a4bb896a7615945e5f4043
parentb744a9cefde2ad685ae61816527021de33b6316c (diff)
downloadpylint-bare_except.tar.gz
Disable another warning.bare_except
-rw-r--r--test/input/func_w0623_py_30.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_w0623_py_30.py b/test/input/func_w0623_py_30.py
index 1c5bd2b..8f1f34c 100644
--- a/test/input/func_w0623_py_30.py
+++ b/test/input/func_w0623_py_30.py
@@ -1,5 +1,5 @@
"""Test for W0623, overwriting names in exception handlers."""
-# pylint: disable=broad-except,bare-except
+# pylint: disable=broad-except,bare-except,pointless-except
__revision__ = ''
import exceptions