Skip to content

Commit

Permalink
Add missing spaces to log message about skipping a link due python ve…
Browse files Browse the repository at this point in the history
…rsion incompatibility. (#5992)
  • Loading branch information
benjaminp authored and pradyunsg committed Nov 9, 2018
1 parent a2d7150 commit 5f54157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pip/_internal/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ def _link_package_versions(self, link, search):
support_this_python = True

if not support_this_python:
logger.debug("The package %s is incompatible with the python"
"version in use. Acceptable python versions are:%s",
logger.debug("The package %s is incompatible with the python "
"version in use. Acceptable python versions are: %s",
link, link.requires_python)
return
logger.debug('Found link %s, version: %s', link, version)
Expand Down

0 comments on commit 5f54157

Please sign in to comment.