Merge pull request #4355 from wavexx/lang_hardcode

lang: Do not hardcode python executable name
This commit is contained in:
3d-gussner 2023-08-31 08:19:14 +02:00 committed by GitHub
commit a28779b08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def main():
try:
subprocess.check_call(
[
"python",
sys.executable,
SCRIPT_PATH,
"--no-missing",
"-s",