Commit 9f9c76bc by Anselm Hahn Committed by Bjorn Neergaard

Fixed Bug #4966

parent 619488cc
......@@ -44,7 +44,7 @@ class Chef:
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 link.is_wheel:
pass
return
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