From 4b7014ae9563d83de11a8d98fc34d2f40a553476 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Mon, 27 Feb 2017 20:16:15 +0100
Subject: [PATCH] fix warning color in email

---
 tester.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tester.py b/tester.py
index 373aaeda..cb53cba9 100755
--- a/tester.py
+++ b/tester.py
@@ -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()
-- 
GitLab