Commit 845467c6 authored by Reinout van Rees's avatar Reinout van Rees

Added missing spaces in logger.error() message

parent d7f97edd
...@@ -342,8 +342,8 @@ class Installer: ...@@ -342,8 +342,8 @@ class Installer:
if exit_code: if exit_code:
logger.error( logger.error(
"An error occured when trying to install %s." "An error occured when trying to install %s. "
"Look above this message for any errors that" "Look above this message for any errors that "
"were output by easy_install.", "were output by easy_install.",
dist) dist)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment