utils/pypi: trim exception

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2023-06-03 23:17:59 -04:00
parent d8b6bb2d4c
commit 009ebff85c
No known key found for this signature in database

View File

@ -41,7 +41,6 @@ module PyPI
raise ArgumentError, <<~EOS raise ArgumentError, <<~EOS
Unable to determine dependencies for "#{package_string}" because of a failure when running Unable to determine dependencies for "#{package_string}" because of a failure when running
`#{command.join(" ")}`. `#{command.join(" ")}`.
Please update the resources for "#{formula.name}" manually.
EOS EOS
end end