Skip to content

Commit 1831270

Browse files
authored
Explain get_extractor_version for python setup scripts
1 parent 5419fcd commit 1831270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python-setup/auto_install_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def install_packages(codeql_base_dir) -> Optional[str]:
114114
print('Found Pipfile, will install packages with Pipenv', flush=True)
115115
return install_packages_with_pipenv()
116116

117+
# get_extractor_version returns the Python version the extractor thinks this repo is using
117118
version = extractor_version.get_extractor_version(codeql_base_dir, quiet=False)
118119

119120
if os.path.exists('requirements.txt'):

0 commit comments

Comments
 (0)