Skip to content

Commit

Permalink
Explain get_extractor_version for python setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Wriedt Larsen authored and GitHub committed Sep 25, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 1831270

Please sign in to comment.