Skip to content

Commit 37e07f5

Browse files
ngc92Copilot
andcommitted
Condition fixed by copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6a296f8 commit 37e07f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/discord-cluster-manager/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def make_short_report(runs: dict[str, EvalResult], full=True) -> list[str]: # n
143143

144144
if "benchmark" in runs:
145145
bench_run = runs["benchmark"].run
146-
if bench_run.success:
146+
if not bench_run.success:
147147
result.append("❌ Running benchmarks failed")
148148
return result
149149
elif not bench_run.passed:

0 commit comments

Comments
 (0)