Skip to content
Snippets Groups Projects
Commit 58210190 authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Fix accidentally including Python bytecode in the previous commit

parent 2b3cadc0
No related branches found
No related tags found
No related merge requests found
......@@ -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("")
......
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