mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
add missing spaces
This commit is contained in:
@@ -160,9 +160,9 @@ def install_packages(codeql_base_dir) -> Optional[str]:
|
||||
# error message than a traceback + `No such file or directory: 'python2'`
|
||||
if shutil.which("python2") is None:
|
||||
sys.exit(
|
||||
"package installation failed: we detected this code as Python 2, but 'python2' executable was not available."
|
||||
"package installation failed: we detected this code as Python 2, but 'python2' executable was not available. "
|
||||
"To enable automatic package installation, please install 'python2' before the 'github/codeql-action/init' step, "
|
||||
"such as running 'sudo apt install python2' (Ubuntu 22.04)."
|
||||
"such as running 'sudo apt install python2' (Ubuntu 22.04). "
|
||||
"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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user