-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to print ANSI color text in gitbash because of colorama.init() #3525
Comments
example
|
Applications should initialise Colorama using: from colorama import init |
Still not working in Windows when I use gitbash with today's version. |
@seehuily still an issue? |
@seehuily I'd suggest making a PR if you get this sorted, as no one else is experiencing this issue i'm going to close it as I don't see anyone fixing it for you, unless you do yourself :) |
DEV:
Not able to print ANSI color text in gitbash because:
pokemongo_bot\cell_workers\utils.py:
from colorama import init
init()
if I commented out 'init()' I am able to print color
The text was updated successfully, but these errors were encountered: