Skip to content

Commit beae3e9

Browse files
committed
Python: Clarify version data
1 parent 8cb54b7 commit beae3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/analysis/Summary.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ where
1313
or
1414
key = "Interpreter version" and
1515
exists(string major, string minor |
16-
py_flags_versioned("version.major", major, _) and
17-
py_flags_versioned("version.minor", minor, _) and
16+
py_flags_versioned("extractor_python_version.major", major, _) and
17+
py_flags_versioned("extractor_python_version.minor", minor, _) and
1818
value = major + "." + minor
1919
)
2020
or

0 commit comments

Comments
 (0)