parameter variables; some cleanup

This commit is contained in:
Artur Meski
2017-09-10 21:47:57 +01:00
parent 72dfd3b41a
commit dab97e9dae
4 changed files with 102 additions and 49 deletions

View File

@@ -14,4 +14,6 @@ def colour_str(col, s):
return col + s + C_ENDC
def print_error(s):
print(C_MARK_ERROR + " " + C_RED + s + C_ENDC)
print(C_MARK_ERROR + " " + C_RED + s + C_ENDC)
# EOF