Skip to content

Commit

Permalink
Merge pull request #298 from whit537/preen-pip-grep
Browse files Browse the repository at this point in the history
clean up pip-grep in the `not silent` case
  • Loading branch information
kennethreitz authored Jun 10, 2016
2 parents 653a5be + a84fc7a commit 3cff2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/pip-pop/pip-grep
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def grep(reqfile, packages, silent=False):
exit(0)

if not silent:
print('Not found.'.format(requirement.req.project_name))
print('Not found.')

exit(1)

Expand Down

0 comments on commit 3cff2e3

Please sign in to comment.