Made sure to print all lines of license question by always flushing
This commit is contained in:
parent
81b6ac51a3
commit
c803e68687
1 changed files with 2 additions and 2 deletions
|
@ -342,8 +342,8 @@ class Buildozer(object):
|
|||
else:
|
||||
stderr.write(chunk)
|
||||
|
||||
stdout.flush()
|
||||
stderr.flush()
|
||||
stdout.flush()
|
||||
stderr.flush()
|
||||
|
||||
process.communicate()
|
||||
if process.returncode != 0 and break_on_error:
|
||||
|
|
Loading…
Reference in a new issue