Skip to content

Commit

Permalink
Merge pull request #13122 from pypa/ichard26-patch-1
Browse files Browse the repository at this point in the history
Remove redundant prefix in failed PEP 517 builds error message
  • Loading branch information
sbidoul authored Dec 22, 2024
2 parents 3b91f42 + e9f58aa commit 9626dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def run(self, options: Values, args: List[str]) -> int:

if build_failures:
raise InstallationError(
"ERROR: Failed to build installable wheels for some "
"Failed to build installable wheels for some "
"pyproject.toml based projects ({})".format(
", ".join(r.name for r in build_failures) # type: ignore
)
Expand Down

0 comments on commit 9626dec

Please # to comment.