Only printing errors.

(No news is good news).
This commit is contained in:
Nathan Letwory 2013-06-16 20:36:34 +00:00
parent f351bcca17
commit 9dd639f169

@ -233,8 +233,6 @@ class OurSpawn:
stderr=subprocess.PIPE, startupinfo=startupinfo, shell = False, env=env)
data, err = proc.communicate()
rv = proc.wait()
if data:
print(data)
if err:
print(err)
return rv