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

Add a couple of extra newlines in the end of output

parent 41dfa218
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ def prettyprint(errors): ...@@ -50,6 +50,8 @@ def prettyprint(errors):
for key in errors: for key in errors:
for error in errors[key]: for error in errors[key]:
print("\033[1mFile \033[93m{0}\033[91m violates rule \033[93m#{1}\033[91m of the MISRA C 2012 standard at line \033[93m{2}\033[91m".format(key, error[1], error[0])) print("\033[1mFile \033[93m{0}\033[91m violates rule \033[93m#{1}\033[91m of the MISRA C 2012 standard at line \033[93m{2}\033[91m".format(key, error[1], error[0]))
print ""
print ""
print("\033[1m=================================================\033[0m\n") print("\033[1m=================================================\033[0m\n")
......
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