diff --git a/tools/batools/pcommand.py b/tools/batools/pcommand.py index ce89c570..d75179d3 100644 --- a/tools/batools/pcommand.py +++ b/tools/batools/pcommand.py @@ -835,4 +835,4 @@ def win_ci_binary_build() -> None: ], check=True, ) - print('so far so good!') + print('so far so good', flush=True)