Files
codeql/python/ql/test/query-tests/Statements/general/ShouldUseWithStatement.expected
Taus 47d24632e6 Python: Port ShouldUseWithStatement.ql
Only trivial test changes.
2026-03-27 12:34:20 +00:00

2 lines
180 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 |