From 393d15e52c48b5104f72dc728f1b5c92fc840156 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Sat, 15 Mar 2025 18:39:56 +0100 Subject: [PATCH] fix : issue #26 --- sources/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/utility.py b/sources/utility.py index a9a29c0..ad1c161 100644 --- a/sources/utility.py +++ b/sources/utility.py @@ -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" }