diff options
| author | Scott <[email protected]> | 2022-01-21 11:40:56 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-21 11:40:56 -0800 |
| commit | 7913fe84341dbadfd0fe56834cf2ae55b3535365 (patch) | |
| tree | 53a8e37eb426a7f117c0bdbb7c0a77b29d68ec3c /exec_utils.py | |
| parent | dafadbc23be771d8868b8db335dda9e385ce2e12 (diff) | |
Trying again to make sure all output is seen here.
Diffstat (limited to 'exec_utils.py')
| -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 |
