From d508b8a3012d40ff4d89a97ba317ca02d37202f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Sep 2017 15:49:34 -0400 Subject: [PATCH] fix the bug Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index ebbf140a..9e9b8601 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -419,7 +419,7 @@ def ensure_python(three=None, python=None): ) # Prompt the user to continue... - if not PIPENV_YES or click.confirm(s, default=True): + if not (PIPENV_YES or click.confirm(s, default=True)): abort() else: