Skip to content

Commit

Permalink
Merge pull request #8071 from uranusjr/no-wheel-message-improve
Browse files Browse the repository at this point in the history
Space after comma
  • Loading branch information
pfmoore authored Apr 17, 2020
2 parents 6f7d5b9 + 510aa46 commit 9a91f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/wheel_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _should_build(
if not req.use_pep517 and not is_wheel_installed():
# we don't build legacy requirements if wheel is not installed
logger.info(
"Could not build wheels for %s,"
"Could not build wheels for %s, "
"since package 'wheel' is not installed.", req.name,
)
return False
Expand Down

0 comments on commit 9a91f45

Please sign in to comment.