Remove duplicate line in comment.

This commit is contained in:
Chris Hunt 2019-09-02 15:52:26 -04:00
parent d764181da3
commit d45a544b47
1 changed files with 1 additions and 2 deletions

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"