Update Library/Homebrew/utils/pypi.rb

This commit is contained in:
Sean Molenaar 2024-02-12 16:12:52 +01:00 committed by GitHub
parent 44206bb8f0
commit f2eb1564e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,7 +333,7 @@ module PyPI
EOS EOS
end end
odie "Excluded superfluous packages: #{", ".join(exclude_packages)}" if exclude_packages.any? odie "Excluded superfluous packages: #{exclude_packages.join(", ")}" if exclude_packages.any?
if print_only if print_only
puts new_resource_blocks.chomp puts new_resource_blocks.chomp