From c2a2d7215ab1767f3ad45ce40fcd6c7ebc860405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 30 Sep 2025 18:45:16 +0300 Subject: [PATCH] ci,crnm: remove unsupported arguments by console.print Fixes: 51c3f56aa (ci,crnm: migrate colorama to rich) Part-of: --- bin/ci/ci_run_n_monitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index e348db54e6a..72a40d0a2fd 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -234,7 +234,6 @@ def monitor_pipeline( f"* {job_name:{name_field_pad}} succ: {n_succeed}; " f"fail: {n_failed}; " f"total: {n_total_seen} of {stress}", - flush=False, ) if stress < 0 or n_total_completed < stress: enough = False