From 1232fdf4b7b21b20ed895683bd6227712c52e9fe Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Wed, 16 Sep 2020 15:54:50 +0100 Subject: [PATCH] updates --- komrade/cli/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/komrade/cli/cli.py b/komrade/cli/cli.py index f48a445..cd1160e 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -79,7 +79,9 @@ class CLI(Logger): total_msg+=[x] total_msg+=[''] # print() - self.print('\n'.join(total_msg)) + print([total_msg]) + + print('\n'.join(total_msg)) def print(self,*x): print(*x)