Skip to content

Commit

Permalink
Add br tags
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd committed Apr 29, 2024
1 parent 39c2dee commit 97f7ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_environment_variables():
if date_to_output:
if result.date == date_to_output:
if output_to_github:
print(f'{{"body": "{"**Benchmark Results**<br />" + str(result.statistics).replace(os.linesep, "</ br>")}"}}')
print(f'{{"body": "{"**Benchmark Results**<br />" + str(result.statistics).replace(os.linesep, "<br />")}"}}')
else:
print(result.statistics)
break
Expand Down

0 comments on commit 97f7ee7

Please sign in to comment.