From 7dc2590e4ff3d819f280016d1629cba9452b8b74 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 7 Apr 2021 09:12:45 -0700 Subject: [PATCH] flush more? --- tools/snap/build_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index 939dec7bc..fb327e0ce 100755 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -105,7 +105,7 @@ def _build_snap( # successfully, let's try to print all the output about the problem # that we can. dump_output = exit_code != 0 or failed_archs - print('dump_output is', dump_output) + print('dump_output is', dump_output, flush=True) if exit_code == 0 and not failed_archs: # We expect to have all target snaps available, or something bad happened. snaps_list = glob.glob(join(workspace, '*.snap'))