Files
codeql/python/ql/test/query-tests/Statements/general/ShouldUseWithStatement.expected
Rasmus Wriedt Larsen ba7cdec2ea Python: Add some lines in test file
These are just empty now, such that it's obvious the tests didn't
change.
2021-09-13 20:00:50 +02: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 |