Merge "Add missing format arg for missing g-r reqs"

This commit is contained in:
Zuul 2019-05-08 04:24:26 +00:00 committed by Gerrit Code Review
commit 842ed7bbb0

View File

@ -121,7 +121,8 @@ def _is_requirement_in_global_reqs(req, global_reqs):
print(
"Could not find a global requirements entry to match package {}. "
"If the package is already included in the global list, "
"the name or platform markers there may not match the local settings."
"the name or platform markers there may not match the local "
"settings.".format(req.package)
)
return False