Made sure to print all lines of license question by always flushing

This commit is contained in:
Alexander Taylor 2019-05-26 18:07:02 +01:00
parent 81b6ac51a3
commit c803e68687

View file

@ -342,8 +342,8 @@ class Buildozer(object):
else: else:
stderr.write(chunk) stderr.write(chunk)
stdout.flush() stdout.flush()
stderr.flush() stderr.flush()
process.communicate() process.communicate()
if process.returncode != 0 and break_on_error: if process.returncode != 0 and break_on_error: