Files
codeql/python/ql/test/query-tests/Exceptions/general/EmptyExcept.expected
2018-11-19 15:15:54 +00:00

3 lines
246 B
Plaintext
Executable File

| exceptions_test.py:7:5:7:11 | ExceptStmt | 'except' clause does nothing but pass and there is no explanatory comment. |
| exceptions_test.py:13:5:13:21 | ExceptStmt | 'except' clause does nothing but pass and there is no explanatory comment. |