Explain get_extractor_version for python setup scripts
This commit is contained in:
parent
5419fcd735
commit
18312707fe
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ def install_packages(codeql_base_dir) -> Optional[str]:
|
|||
print('Found Pipfile, will install packages with Pipenv', flush=True)
|
||||
return install_packages_with_pipenv()
|
||||
|
||||
# get_extractor_version returns the Python version the extractor thinks this repo is using
|
||||
version = extractor_version.get_extractor_version(codeql_base_dir, quiet=False)
|
||||
|
||||
if os.path.exists('requirements.txt'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue