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." )