Skip to content

Commit b426f8b

Browse files
committed
change
1 parent ee854f3 commit b426f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metaflow/plugins/pypi/pip.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ def solve(self, id_, packages, python, platform):
107107
except PipPackageNotFound as ex:
108108
# pretty print package errors
109109
raise PipException(
110-
"Unable to find a binary distribution compatible with %s for %s.\n\n %s"
110+
"Unable to find a binary distribution compatible with %s for %s.\n\n"
111111
"Note: ***@pypi*** does not currently support source distributions"
112-
% (ex.package_spec, platform, ex.error)
112+
% (ex.package_spec, platform)
113113
)
114114

115115
def _format(dl_info):

0 commit comments

Comments
 (0)