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:
|
||||
subprocess.check_call(
|
||||
[
|
||||
"python",
|
||||
sys.executable,
|
||||
SCRIPT_PATH,
|
||||
"--no-missing",
|
||||
"-s",
|
||||
|
|
|
|||
Loading…
Reference in New Issue