brew style --fix

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2023-07-02 21:15:49 -04:00
parent ed653ab219
commit 0160bc53e4
No known key found for this signature in database

View File

@ -236,6 +236,7 @@ module PyPI
main_package.version = version main_package.version = version
else else
return if ignore_non_pypi_packages return if ignore_non_pypi_packages
odie "The main package is not a PyPI package. Please update its URL manually." odie "The main package is not a PyPI package. Please update its URL manually."
end end
end end