We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5419fcd commit 1831270Copy full SHA for 1831270
1 file changed
python-setup/auto_install_packages.py
@@ -114,6 +114,7 @@ def install_packages(codeql_base_dir) -> Optional[str]:
114
print('Found Pipfile, will install packages with Pipenv', flush=True)
115
return install_packages_with_pipenv()
116
117
+ # get_extractor_version returns the Python version the extractor thinks this repo is using
118
version = extractor_version.get_extractor_version(codeql_base_dir, quiet=False)
119
120
if os.path.exists('requirements.txt'):
0 commit comments