Skip to content
Snippets Groups Projects
Commit 4b7014ae authored by Florent Thiery's avatar Florent Thiery
Browse files

fix warning color in email

parent a57cea22
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ class Tester():
html_report = html_report.replace('\033[91m', '<span style="color: red;">')
html_report = html_report.replace('\033[92m', '<span style="color: green;">')
html_report = html_report.replace('\033[94m', '<span style="color: blue;">')
html_report = html_report.replace('\033[93m', '<span style="color: yellow;">')
html_report = html_report.replace('\033[0m', '</span>')
# Store locally results
now = datetime.datetime.utcnow()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment