From 389bc14574afa73bc2e8fe348d87c818df9780e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Jan 2017 12:36:43 -0500 Subject: [PATCH] Auto-committing 'cli.py' --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 3925c8d9..e6e7e7c0 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -37,7 +37,7 @@ else: click_completion.init() # No color mode, for unfun people. -if os.environ.get('PIPENV_COLORBLIND') == '1': +if os.environ.get('PIPENV_COLORBLIND'): crayons.disable() # Disable warnings for Python 2.6.