Files
codeql/python/ql/test/query-tests/Statements/general/ShouldUseWithStatement.expected
2026-06-17 12:55:17 +01:00

3 lines
361 B
Plaintext

| test.py:168:9:168:17 | Attribute() | Instance of context-manager class $@ is closed in a finally block. Consider using 'with' statement. | test.py:151:1:151:17 | Class CM | CM |
| test.py:182:13:182:26 | Attribute() | Instance of context-manager class $@ is closed in a finally block. Consider using 'with' statement. | test.py:151:1:151:17 | Class CM | CM |