We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb54b7 commit beae3e9Copy full SHA for beae3e9
python/ql/src/analysis/Summary.ql
@@ -13,8 +13,8 @@ where
13
or
14
key = "Interpreter version" and
15
exists(string major, string minor |
16
- py_flags_versioned("version.major", major, _) and
17
- py_flags_versioned("version.minor", minor, _) and
+ py_flags_versioned("extractor_python_version.major", major, _) and
+ py_flags_versioned("extractor_python_version.minor", minor, _) and
18
value = major + "." + minor
19
)
20
0 commit comments