Closed svatynepi closed 7 years ago
When the paths to either one of them contains a space the command fails. Putting it around parenthesis does the trick.
Example for django runserver command: /path/to/with space/python /path/to/with space/mange.py runserver vs. "/path/to/with space/python" "/path/to/with space/mange.py" runserver
-> This line should get fixed: command = "{} {} {}".format(binary, self.manage_py, command)
Thanks for your great plugin!
It's fixed now, thanks for your time reporting this issue
When the paths to either one of them contains a space the command fails. Putting it around parenthesis does the trick.
Example for django runserver command: /path/to/with space/python /path/to/with space/mange.py runserver vs. "/path/to/with space/python" "/path/to/with space/mange.py" runserver
-> This line should get fixed: command = "{} {} {}".format(binary, self.manage_py, command)
Thanks for your great plugin!