Skip to content

Commit

Permalink
aborting execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jr7square authored and jr7square committed Oct 6, 2018
1 parent 0f380b3 commit 95fb6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@ def do_install(
# Don't attempt to install develop and default packages if Pipfile is missing
if not project.pipfile_exists and not packages and dev:
click.echo("Could not find Pipfile.", err=True)
sys.exit(1)
concurrent = not sequential
# Ensure that virtualenv is available.
ensure_project(
Expand Down

0 comments on commit 95fb6b8

Please sign in to comment.