fix the bug

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-20 15:49:34 -04:00
parent e5d66204d7
commit d508b8a301
+1 -1
View File
@@ -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: