Skip to content

Commit

Permalink
Update Library/Homebrew/utils/pypi.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Feb 12, 2024
1 parent 44206bb commit f2eb156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/pypi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def self.update_python_resources!(formula, version: nil, package_name: nil, extr
EOS
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
puts new_resource_blocks.chomp
Expand Down

0 comments on commit f2eb156

Please sign in to comment.