Fix syntax error

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-11-08 03:52:12 -05:00
parent 3bcbb84052
commit a0b8c6d34a
+1
View File
@@ -1913,6 +1913,7 @@ def do_install(
crayons.red("Warning", bold=True),
crayons.red("$ pipenv lock"),
)
)
click.echo(crayons.blue(format_pip_output(c.out)))
# Ensure that package was successfully installed.
if c.return_code != 0: