fix csv_to_html (#9802)

This commit is contained in:
dingbaorong 2023-12-28 14:58:51 +08:00 committed by GitHub
parent 5857a38321
commit a8baf68865

View file

@ -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