Commit 3cff2e39 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

Merge pull request #298 from whit537/preen-pip-grep

clean up pip-grep in the `not silent` case
parents 653a5be1 a84fc7a2
...@@ -62,7 +62,7 @@ def grep(reqfile, packages, silent=False): ...@@ -62,7 +62,7 @@ def grep(reqfile, packages, silent=False):
exit(0) exit(0)
if not silent: if not silent:
print('Not found.'.format(requirement.req.project_name)) print('Not found.')
exit(1) exit(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment