1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

pep8 fixes

This commit is contained in:
Marcus Smith 2015-04-28 16:17:50 -07:00
parent 7725cdbe2c
commit afdb664f55

View file

@ -218,7 +218,8 @@ class RequirementSet(object):
name = install_req.name
if not install_req.match_markers():
logger.warning("Ignoring %s: markers %r don't match your "
"environment", install_req.name, install_req.markers)
"environment", install_req.name,
install_req.markers)
return []
install_req.as_egg = self.as_egg