Skip to content

Commit

Permalink
python-setup: Flush even more
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Sep 21, 2022
1 parent 93ba53f commit 8a893dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python-setup/auto_install_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def install_packages(codeql_base_dir) -> Optional[str]:

# 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)
sys.stdout.flush()
sys.stderr.flush()

if version == 2 and not sys.platform.startswith('win32'):
# On Ubuntu 22.04 'python2' is not available by default. We want to give a slightly better
Expand Down

0 comments on commit 8a893dd

Please sign in to comment.