mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
return proper code for bad hashes
This commit is contained in:
@@ -235,6 +235,7 @@ def do_install_dependencies(dev=False, only=False, bare=False, requirements=Fals
|
||||
if c.return_code != 0:
|
||||
click.echo(crayons.red('An error occured while installing!'))
|
||||
click.echo(crayons.blue(format_pip_error(c.err)))
|
||||
sys.exit(c.return_code)
|
||||
|
||||
if not bare:
|
||||
click.echo(crayons.blue(format_pip_output(c.out, r=deps_path)))
|
||||
|
||||
Reference in New Issue
Block a user