Open CDuke opened 9 years ago
This seems to happen when you start sublime from the windows console. It can be fixed by adding stdin=subprocess.PIPE to the call to Popen like:
p = subprocess.Popen(commands, stderr=subprocess.PIPE, stdout=subprocess.PIPE, stdin=subprocess.PIPE, startupinfo=startup_info)
Originally reported by: Anonymous
Below is the console output of errors attempting to get the status of a file and checking out a file: