mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix attribution error
This commit is contained in:
+1
-1
@@ -961,7 +961,7 @@ class Resolver:
|
||||
|
||||
applicable_candidates = self.finder.find_best_candidate(
|
||||
ireq.name, ireq.specifier
|
||||
).applicable_candidates
|
||||
).iter_applicable()
|
||||
return {
|
||||
self._get_hash_from_link(candidate.link)
|
||||
for candidate in applicable_candidates
|
||||
|
||||
Reference in New Issue
Block a user