diff options
author | Steven Myint <hg@stevenmyint.com> | 2015-03-14 06:20:00 -0700 |
---|---|---|
committer | Steven Myint <hg@stevenmyint.com> | 2015-03-14 06:20:00 -0700 |
commit | 8dfe6eb58ea764fca2fdad1aac6f2261143af98f (patch) | |
tree | ed99018c57b28931d2ab6b0bfbd8ff1c91887b71 | |
parent | 78ccc747f2aea7a14c6038b192b981e0924f74ff (diff) | |
download | pylint-8dfe6eb58ea764fca2fdad1aac6f2261143af98f.tar.gz |
Revert
-rw-r--r-- | pylint/test/messages/func_w0623_py_30.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pylint/test/messages/func_w0623_py_30.txt b/pylint/test/messages/func_w0623_py_30.txt index f16220a..a2923f1 100644 --- a/pylint/test/messages/func_w0623_py_30.txt +++ b/pylint/test/messages/func_w0623_py_30.txt @@ -2,22 +2,11 @@ C: 28:some_function: Invalid variable name "FOO" C: 41: Invalid constant name "exc3" C: 57: Invalid variable name "OOPS" W: 18:some_function: Redefining name 'RuntimeError' from object 'exceptions' in exception handler -W: 20:some_function: Catching previously caught exception type KeyError W: 20:some_function: Redefining name 'OSError' from builtins in exception handler W: 20:some_function: Unused variable 'OSError' -W: 22:some_function: Catching previously caught exception type KeyError W: 22:some_function: Redefining name 'MyError' from outer scope (line 7) in exception handler W: 22:some_function: Unused variable 'MyError' -W: 24:some_function: Catching previously caught exception type KeyError -W: 26:some_function: Catching previously caught exception type KeyError -W: 28:some_function: Catching previously caught exception type KeyError W: 45: Redefining name 'RuntimeError' from object 'exceptions' in exception handler -W: 47: Catching previously caught exception type KeyError W: 47: Redefining name 'args' from object 'exceptions.RuntimeError' in exception handler -W: 49: Catching previously caught exception type KeyError W: 49: Redefining name 'OSError' from builtins in exception handler -W: 51: Catching previously caught exception type KeyError W: 51: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler -W: 53: Catching previously caught exception type KeyError -W: 55: Catching previously caught exception type KeyError -W: 57: Catching previously caught exception type KeyError |