In v2.1.0a colours in console disappears. But they can work. #666
MrOmnomnoshka
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In utils in a new version now code checks for "is_a_tty = hasattr(stream, 'isatty') and stream.isatty()" but in PyCharm it returns 'False'. In previous versions all was fine and text was coloured.
Maybe this can help: https://stackoverflow.com/questions/8389155/how-to-convince-python-stream-objects-to-return-true-from-isatty
Beta Was this translation helpful? Give feedback.
All reactions