From 391e13c7096f68d8649196c0b25e9e0b5ad7a9ee Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 5 Sep 2019 12:49:42 +0200 Subject: [PATCH] Add KO instead of OK --- wo/core/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/logging.py b/wo/core/logging.py index a0ee0e1..bb6cbda 100644 --- a/wo/core/logging.py +++ b/wo/core/logging.py @@ -82,7 +82,7 @@ class Log: print( Log.OKBLUE + "{0}".format(msg[0:31]) + "{0}".format(space[0:space_to_add]) + - " [" + Log.ENDC + Log.FAIL + "OK" + + " [" + Log.ENDC + Log.FAIL + "KO" + Log.ENDC + Log.OKBLUE + "]" + Log.ENDC, end=end) if log: self.app.log.info(Log.FAIL + msg + Log.ENDC)