Skip to content

Commit

Permalink
Merge pull request #15949 from MikeMcQuaid/fetch_bottle_tab_error_han…
Browse files Browse the repository at this point in the history
…dling

formula_installer: handle another exception in fetch_bottle_tab.
  • Loading branch information
MikeMcQuaid authored Sep 4, 2023
2 parents 66eb266 + 3aba32a commit bf52ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ def fetch_bottle_tab
.index_by { |dep| dep["full_name"] }
.freeze
true
rescue DownloadError
rescue DownloadError, ArgumentError
@fetch_bottle_tab = true
end
end
Expand Down

0 comments on commit bf52ef7

Please sign in to comment.