mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix hound
This commit is contained in:
parent
493964aee2
commit
be48678836
1 changed files with 0 additions and 1 deletions
1
start.py
1
start.py
|
|
@ -132,7 +132,6 @@ import certifi # noqa: E402
|
||||||
if sys.__stdout__:
|
if sys.__stdout__:
|
||||||
term = blessed.Terminal()
|
term = blessed.Terminal()
|
||||||
|
|
||||||
|
|
||||||
def _print(message: str):
|
def _print(message: str):
|
||||||
if message.startswith("!!! "):
|
if message.startswith("!!! "):
|
||||||
print("{}{}".format(term.orangered2("!!! "), message[4:]))
|
print("{}{}".format(term.orangered2("!!! "), message[4:]))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue