diff options
| author | cpopa <devnull@localhost> | 2014-06-27 19:23:23 +0300 |
|---|---|---|
| committer | cpopa <devnull@localhost> | 2014-06-27 19:23:23 +0300 |
| commit | 0951ad6eed20683d5de06afb9c2dff5083ae5b2f (patch) | |
| tree | 0eaa66992b2dfdd596a4bb896a7615945e5f4043 | |
| parent | b744a9cefde2ad685ae61816527021de33b6316c (diff) | |
| download | pylint-bare_except.tar.gz | |
Disable another warning.bare_except
| -rw-r--r-- | test/input/func_w0623_py_30.py | 2 |
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 |
