mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
debug print
This commit is contained in:
parent
75abfc27d9
commit
fb4a66d47b
@ -90,7 +90,7 @@ class Builder(object):
|
|||||||
|
|
||||||
Return text from stdout.
|
Return text from stdout.
|
||||||
"""
|
"""
|
||||||
_print(cmd)
|
print(cmd)
|
||||||
proc = Popen(cmd, stdout=PIPE, stderr=PIPE, universal_newlines=True)
|
proc = Popen(cmd, stdout=PIPE, stderr=PIPE, universal_newlines=True)
|
||||||
output, error = proc.communicate()
|
output, error = proc.communicate()
|
||||||
code = proc.wait()
|
code = proc.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user