mirror of https://github.com/chriskiehl/Gooey.git
Browse Source
Since `args` is a string, the `Popen` constructor interprets "/usr/bin/python myscript.py" as a path to an executable instead of "/usr/bin/python" with argument "myscript.py". Adding `shell=True` makes this behave as expected. Fix #5841.0.5-release-candidate
Dan Rose
4 years ago
committed by
Chris
1 changed files with 1 additions and 1 deletions
Loading…