mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
print winbuild compile output properly
This commit is contained in:
parent
ea5b30d212
commit
b80aa67db2
|
@ -50,9 +50,9 @@ def run_script(params):
|
|||
(trace, stderr) = proc.communicate()
|
||||
status = proc.returncode
|
||||
print("-- stderr --")
|
||||
print(stderr)
|
||||
print(stderr.decode())
|
||||
print("-- stdout --")
|
||||
print(trace)
|
||||
print(trace.decode())
|
||||
print("Done with %s: %s" % (version, status))
|
||||
return (version, status, trace, stderr)
|
||||
except Exception as msg:
|
||||
|
|
Loading…
Reference in New Issue
Block a user