diff --git a/evalharness/cli.py b/evalharness/cli.py index 041d2cd..ef60337 100644 --- a/evalharness/cli.py +++ b/evalharness/cli.py @@ -503,9 +503,7 @@ def _cmd_eval_run(args) -> int: _shared_reporter = RichTerminalProgress(console=console) _shared_reporter.owned_externally = True progress_reporter = _shared_reporter - if total_runs > 1: - progress_reporter.set_overall( - total_runs, i, f'benches ยท {i + 1}/{total_runs} {name}') + def status_callback(msg, _idx=i + 1, _name=name, _reporter=progress_reporter,