Python subprocess fails to call ConEmu when the task name has space. #107
Comments
Have you tried |
yes, I did. However it is also failed: Command to be executed:
"C:\Windows\system32\cmd.exe" /C "\"{Git Bash}\"" I also tried |
That's a crazy quotation issue. Following works
|
Oh, that's so crazy! Thank you very much, @Maximus5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to launch ConEmu in SublimeText 3, but meet a problem. To simplify this problem, I try to run the Python script below from the ConEmu dir:
It is failed:
I try the task
{cmd}
, it's ok. It seams that the task name can't have space in it, so I rename the task{Git Bash}
to{GitBash}
, now it's ok.How to resovle this problem if the task name has space?
OS info: win8.1 x64 Python3.4.1
The text was updated successfully, but these errors were encountered: