Skip to content

Commit 85af03d

Browse files
authored
fix mistyped variable (#1165)
1 parent 36f5df9 commit 85af03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modelbench/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def benchmark(
152152
# TODO: move this check inside the benchmark class?
153153
if evaluator == "ensemble":
154154
if not ensure_ensemble_annotators_loaded():
155-
print(f"Can't build benchmark for {str} {locale} {prompt_set} {evaluator}; couldn't load evaluator.")
155+
print(f"Can't build benchmark for {sut_uid} {locale} {prompt_set} {evaluator}; couldn't load evaluator.")
156156
exit(1)
157157

158158
sut = make_sut(sut_uid)

0 commit comments

Comments
 (0)