Merge pull request #19344 from gromgit/update-python-resources/bare-formula

update-python-resources: work on bare formula
This commit is contained in:
Mike McQuaid 2025-02-21 08:42:46 +00:00 committed by GitHub
commit 9bc0ef0dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ module Homebrew
sig { override.void }
def run
args.named.to_formulae.each do |formula|
ignore_errors = if T.must(formula.tap).name == "homebrew/core"
ignore_errors = if formula.tap&.official?
false
else
args.ignore_errors?