You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/02/18 05:46:20 UTC

svn commit: r745378 - /gump/live/python/gump/core/update/scmupdater.py

Author: bodewig
Date: Wed Feb 18 04:46:19 2009
New Revision: 745378

URL: http://svn.apache.org/viewvc?rev=745378&view=rev
Log:
I'm really not built for writing Python code without running it.  Fix syntax error.

Modified:
    gump/live/python/gump/core/update/scmupdater.py

Modified: gump/live/python/gump/core/update/scmupdater.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/scmupdater.py?rev=745378&r1=745377&r2=745378&view=diff
==============================================================================
--- gump/live/python/gump/core/update/scmupdater.py (original)
+++ gump/live/python/gump/core/update/scmupdater.py Wed Feb 18 04:46:19 2009
@@ -100,7 +100,7 @@
                         
                     # Black mark for this repository
                     repository = module.getRepository()
-                    repository.addError('*** Failed to update ' module.name + \
+                    repository.addError('*** Failed to update ' + module.name +\
                                             'from source control. Stale '+ \
                                             'contents ***')