Files
codeql/python/ql/test/3/query-tests/Summary/not_python
Rasmus Wriedt Larsen e02c32f3d4 Python: options file was not enough, split into 2/3
I reckon this is due to the Python 3 version used by the Python 2 tests
is different from 3.12, so even with --lang=3 the tests are still using
an incompatible version :(
2023-11-15 14:24:11 +01:00

6 lines
99 B
Bash
Executable File

#!/bin/bash
# Although this is valid python code, it should not be counted as such.
print("foo")