Merge pull request #865 from pypeclub/bugfix/terminal_inner_lock

Fix terminal inner lock
This commit is contained in:
Milan Kolar 2021-01-06 13:11:37 +01:00 committed by GitHub
commit 8ab9fb9cc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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