mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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 :(
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Although this is valid python code, it should not be counted as such.
|
|
|
|
print("foo")
|