We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c167 commit c76efdfCopy full SHA for c76efdf
pipenv/utils/virtualenv.py
@@ -324,7 +324,7 @@ def abort(msg=""):
324
if not (project.s.PIPENV_YES or Confirm.ask("".join(s), default=True)):
325
abort()
326
elif not project.s.PIPENV_YES:
327
- # Non-interactive session without PIPENV_YES, proceed with installation
+ # Non-interactive session without PIPENV_YES, aborting installation
328
329
330
# Tell the user we're installing Python.
0 commit comments