Skip to content

Commit c76efdf

Browse files
matteiusCopilot
authored andcommitted
Update pipenv/utils/virtualenv.py
Co-authored-by: Copilot <[email protected]>
1 parent 766c167 commit c76efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/utils/virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def abort(msg=""):
324324
if not (project.s.PIPENV_YES or Confirm.ask("".join(s), default=True)):
325325
abort()
326326
elif not project.s.PIPENV_YES:
327-
# Non-interactive session without PIPENV_YES, proceed with installation
327+
# Non-interactive session without PIPENV_YES, aborting installation
328328
abort()
329329

330330
# Tell the user we're installing Python.

0 commit comments

Comments
 (0)