Skip to content

Commit 3cff2e3

Browse files
authored
Merge pull request cloudfoundry#298 from whit537/preen-pip-grep
clean up pip-grep in the `not silent` case
2 parents 653a5be + a84fc7a commit 3cff2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor/pip-pop/pip-grep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def grep(reqfile, packages, silent=False):
6262
exit(0)
6363

6464
if not silent:
65-
print('Not found.'.format(requirement.req.project_name))
65+
print('Not found.')
6666

6767
exit(1)
6868

0 commit comments

Comments
 (0)