mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
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 :(
8 lines
170 B
Python
Executable File
8 lines
170 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# although this is actually Python code, it is not included by the extractor by default.
|
|
|
|
print("this is also code")
|
|
|
|
print("but just dummy code")
|