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:
Alexander Taylor 2019-05-26 21:55:39 +01:00 committed by GitHub
commit f729829788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: