Skip to content

Commit 93ba53f

Browse files
committed
add missing spaces
1 parent 1fa5d72 commit 93ba53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-setup/auto_install_packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ def install_packages(codeql_base_dir) -> Optional[str]:
160160
# error message than a traceback + `No such file or directory: 'python2'`
161161
if shutil.which("python2") is None:
162162
sys.exit(
163-
"package installation failed: we detected this code as Python 2, but 'python2' executable was not available."
163+
"package installation failed: we detected this code as Python 2, but 'python2' executable was not available. "
164164
"To enable automatic package installation, please install 'python2' before the 'github/codeql-action/init' step, "
165-
"such as running 'sudo apt install python2' (Ubuntu 22.04)."
165+
"such as running 'sudo apt install python2' (Ubuntu 22.04). "
166166
"If your code is not Python 2, but actually Python 3, please file a bug report at https://github.com/github/codeql-action/issues/new"
167167
)
168168

0 commit comments

Comments
 (0)