Merge pull request #904 from inclement/fix_sdkmanager_install_question
Made sure to print all lines of license question by always flushing
This commit is contained in:
commit
f729829788
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…
Add table
Reference in a new issue