Skip to content

Commit ff8c8e3

Browse files
committed
Cosmetics
1 parent f86ba46 commit ff8c8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/resolution/resolvelib/candidates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __init__(
259259
version: Optional[CandidateVersion] = None,
260260
) -> None:
261261
source_link = link
262-
cache_entry = factory.get_wheel_cache_entry(link, name)
262+
cache_entry = factory.get_wheel_cache_entry(source_link, name)
263263
if cache_entry is not None:
264264
logger.debug("Using cached wheel link: %s", cache_entry.link)
265265
link = cache_entry.link

0 commit comments

Comments
 (0)