This is correct!

This commit is contained in:
Tzu-ping Chung 2020-05-22 19:45:21 +08:00
parent 48c3d0c8ec
commit 80f3b3e6e0
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ class LinkCandidate(_InstallRequirementBackedCandidate):
link = cache_entry.link
ireq = make_install_req_from_link(link, parent)
# TODO: Is this logic setting original_link_is_in_wheel_cache correct?
if (cache_entry is not None and
cache_entry.persistent and
parent.link is parent.original_link):