Files
codeql/python/ql/test/query-tests/Statements/general/ShouldUseWithStatement.expected
Taus 918e5e25ec Python: Port ShouldUseWithStatement.ql
Only trivial test changes.
2026-03-09 17:13:02 +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 |