mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user