From c803e68687755974c2226a925695c9c886958d3a Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sun, 26 May 2019 18:07:02 +0100 Subject: [PATCH] Made sure to print all lines of license question by always flushing --- buildozer/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 403b8af..907df4a 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -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: