mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #865 from pypeclub/bugfix/terminal_inner_lock
Fix terminal inner lock
This commit is contained in:
commit
8ab9fb9cc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue