mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
pep8 fixes
This commit is contained in:
parent
7725cdbe2c
commit
afdb664f55
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue