mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #298 from whit537/preen-pip-grep
clean up pip-grep in the `not silent` case
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user