[Checkins] SVN: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/easy_install.py add some missing spaces.

Gary Poster gary.poster at canonical.com
Fri Sep 25 15:08:26 EDT 2009


Log message for revision 104547:
  add some missing spaces.

Changed:
  U   zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/easy_install.py	2009-09-25 18:48:10 UTC (rev 104546)
+++ zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/easy_install.py	2009-09-25 19:08:26 UTC (rev 104547)
@@ -345,8 +345,8 @@
 
             if exit_code:
                 logger.error(
-                    "An error occured when trying to install %s."
-                    "Look above this message for any errors that"
+                    "An error occured when trying to install %s. "
+                    "Look above this message for any errors that "
                     "were output by easy_install.",
                     dist)
 



More information about the checkins mailing list