Merge pull request #18344 from Homebrew/resource-manifest-fix
resource: further fix manifest retry handling
This commit is contained in:
commit
42c11a4ded
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user