Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explain get_extractor_version for python setup scripts
Rasmus Wriedt Larsen authored and GitHub committed Sep 25, 2020

Unverified

No user is associated with the committer email.
1 parent 5419fcd commit 1831270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-setup/auto_install_packages.py
@@ -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'):

0 comments on commit 1831270

Please sign in to comment.