Fix the previous fix.

master
daid303 2012-10-01 18:23:25 +02:00
parent 9675968b27
commit b9a80ba0fa
1 changed files with 1 additions and 1 deletions

View File

@ -185,4 +185,4 @@ def startSliceCommandProcess(cmdList):
su.dwFlags |= subprocess.STARTF_USESHOWWINDOW
su.wShowWindow = subprocess.SW_HIDE
kwargs['startupinfo'] = su
p = subprocess.Popen(cmdList, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
return subprocess.Popen(cmdList, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)