Commit 70eb9158 by Anselm Hahn Committed by Bjorn Neergaard

Return link for wheel

All test locally passed:

Results (50.84s):
     812 passed
       3 skipped
parent 9f9c76bc
...@@ -44,7 +44,7 @@ class Chef: ...@@ -44,7 +44,7 @@ class Chef:
def get_cached_archive_for_link(self, link: Link) -> Optional[Link]: def get_cached_archive_for_link(self, link: Link) -> Optional[Link]:
# If the archive is already a wheel, there is no need to cache it. # If the archive is already a wheel, there is no need to cache it.
if link.is_wheel: if link.is_wheel:
return return link
archives = self.get_cached_archives_for_link(link) archives = self.get_cached_archives_for_link(link)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment