Merge pull request #4355 from wavexx/lang_hardcode
lang: Do not hardcode python executable name
This commit is contained in:
commit
a28779b08f
|
|
@ -67,7 +67,7 @@ def main():
|
||||||
try:
|
try:
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
[
|
[
|
||||||
"python",
|
sys.executable,
|
||||||
SCRIPT_PATH,
|
SCRIPT_PATH,
|
||||||
"--no-missing",
|
"--no-missing",
|
||||||
"-s",
|
"-s",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue