fix : issue #26 merge

This commit is contained in:
martin legrand 2025-03-15 18:41:21 +01:00
commit 25fd3ab114

View File

@ -44,7 +44,7 @@ def pretty_print(text, color = "info"):
"failure": "red", "failure": "red",
"status": "light_green", "status": "light_green",
"code": "light_blue", "code": "light_blue",
"warning": "yello", "warning": "yellow",
"output": "cyan", "output": "cyan",
"default": "black" "default": "black"
} }