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

Remove duplicate line in comment.

This commit is contained in:
Chris Hunt 2019-09-02 15:52:26 -04:00
parent d764181da3
commit d45a544b47

View file

@ -140,8 +140,7 @@ class RequirementPreparer(object):
# inconsistencies are logged later, but do not fail the
# installation.
# FIXME: this won't upgrade when there's an existing
# package unpacked in `req.source_dir`
# package unpacked in `req.source_dir`
# package unpacked in `req.source_dir`
if os.path.exists(os.path.join(req.source_dir, 'setup.py')):
raise PreviousBuildDirError(
"pip can't proceed with requirements '%s' due to a"