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",
"status": "light_green",
"code": "light_blue",
"warning": "yello",
"warning": "yellow",
"output": "cyan",
"default": "black"
}