From 41a6bdadf5c50cabf96f6240029b4353161e40e7 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 29 Dec 2020 13:23:06 +0100 Subject: [PATCH] use print instead of Terminal.echo --- pype/lib/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/lib/terminal.py b/pype/lib/terminal.py index a47d58ec3b..51b0bcebd6 100644 --- a/pype/lib/terminal.py +++ b/pype/lib/terminal.py @@ -64,7 +64,7 @@ class Terminal: except Exception: # Do not use colors if crashed Terminal.use_colors = False - Terminal.echo( + print( "Module `blessed` failed on import or terminal creation." " Pype terminal won't use colors." )