From 58210190baa167190f1f1879a68ef36ad5662102 Mon Sep 17 00:00:00 2001
From: Grigoris Pavlakis <grigpavl@ece.auth.gr>
Date: Sat, 30 Mar 2019 02:06:37 +0200
Subject: [PATCH] Fix accidentally including Python bytecode in the previous
 commit

---
 ci/summarizer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/summarizer.py b/ci/summarizer.py
index af31c29e..93c26d3e 100755
--- a/ci/summarizer.py
+++ b/ci/summarizer.py
@@ -81,7 +81,7 @@ class Summarizer(object):
         :return:
         """
         if (len(self.suppression_list) != 0):
-            print(self.bold + self.yellow + "WARNING: Suppressed infractions of rules: ", end="")
+            print("WARNING: Suppressed infractions of rules: ", end="")
             print(f", ".join(self.suppression_list), end=".")
             print("")
             print("")
-- 
GitLab