Merge pull request #18344 from Homebrew/resource-manifest-fix

resource: further fix manifest retry handling
This commit is contained in:
Bo Anderson 2024-09-17 03:46:39 +01:00 committed by GitHub
commit 42c11a4ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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