mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #155 from jpadilla/master
Fix no color mode env variable detection
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ else:
|
||||
click_completion.init()
|
||||
|
||||
# No color mode.
|
||||
if ['PIPENV_COLORBLIND'] in os.environ:
|
||||
if 'PIPENV_COLORBLIND' in os.environ:
|
||||
crayons.disable()
|
||||
|
||||
# Disable warnings for Python 2.6.
|
||||
|
||||
Reference in New Issue
Block a user