diff --git a/python/llm/test/benchmark/csv_to_html.py b/python/llm/test/benchmark/csv_to_html.py
index 2ef69a7a..b38ffebc 100644
--- a/python/llm/test/benchmark/csv_to_html.py
+++ b/python/llm/test/benchmark/csv_to_html.py
@@ -119,7 +119,7 @@ def main():
latest_csv.to_html(daily_html)
if args.baseline_path and not diffs_within_normal_range:
- print("The diffs are outside the normal range: %" + highlight_threshold)
+ print("The diffs are outside the normal range: %" + str(highlight_threshold))
return 1
return 0