diff options
| -rw-r--r-- | exec_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
