resource: further fix manifest retry handling

This commit is contained in:
Bo Anderson 2024-09-16 21:05:39 +01:00
parent eb680e6435
commit 70b8b41b37
No known key found for this signature in database

View File

@ -311,8 +311,6 @@ class Resource
def verify_download_integrity(_filename)
# We don't have a checksum, but we can at least try parsing it.
tab
rescue Error => e
raise DownloadError.new(self, e)
end
def tab