From 7913fe84341dbadfd0fe56834cf2ae55b3535365 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 21 Jan 2022 11:40:56 -0800 Subject: [PATCH] Trying again to make sure all output is seen here. --- exec_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec_utils.py b/exec_utils.py index b4e88bd..c1dbdcb 100644 --- a/exec_utils.py +++ b/exec_utils.py @@ -46,6 +46,8 @@ def cmd_showing_output(command: str, ) -> int: if char in line_enders: sys.stderr.flush() p.wait() + sys.stdout.flush() + sys.stderr.flush() return p.returncode -- 2.45.2