fix csv_to_html (#9802)
This commit is contained in:
parent
5857a38321
commit
a8baf68865
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ def main():
|
||||||
latest_csv.to_html(daily_html)
|
latest_csv.to_html(daily_html)
|
||||||
|
|
||||||
if args.baseline_path and not diffs_within_normal_range:
|
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 1
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue