formula_installer: handle another exception in fetch_bottle_tab.

Fix another way that fetching a bottle tab can fail. This pretty much
only happens in CI.

Addresses https://github.com/Homebrew/homebrew-core/pull/141362#issuecomment-1705327027
This commit is contained in:
Mike McQuaid 2023-09-04 12:33:21 -04:00
parent 66eb266038
commit 3aba32a68b
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -1213,7 +1213,7 @@ on_request: installed_on_request?, options: options)
.index_by { |dep| dep["full_name"] }
.freeze
true
rescue DownloadError
rescue DownloadError, ArgumentError
@fetch_bottle_tab = true
end
end