Skip to content

Commit d362431

Browse files
committed
Add TODO
1 parent 16d16c8 commit d362431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/_internal/operations/prepare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def _ensure_link_req_src_dir(
348348
# installation.
349349
# FIXME: this won't upgrade when there's an existing
350350
# package unpacked in `req.source_dir`
351+
# TODO: this check is now probably dead code
351352
if is_installable_dir(req.source_dir):
352353
raise PreviousBuildDirError(
353354
"pip can't proceed with requirements '{}' due to a"

0 commit comments

Comments
 (0)