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/17 18:37:02 UTC

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

Author: bodewig
Date: Tue Feb 17 17:37:01 2009
New Revision: 745166

URL: http://svn.apache.org/viewvc?rev=745166&view=rev
Log:
I knew Id break things with the four lines that are different between trunk and live

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=745166&r1=745165&r2=745166&view=diff
==============================================================================
--- gump/live/python/gump/core/update/scmupdater.py (original)
+++ gump/live/python/gump/core/update/scmupdater.py Tue Feb 17 17:37:01 2009
@@ -100,10 +100,10 @@
                         
                     # Black mark for this repository
                     repository = module.getRepository()
-                    repository.addError('*** Failed to update %s from source' + \
-                                            ' control. Stale contents ***' \
-                                            % module.getName())
-                                        
+                    repository.addError('*** Failed to update ' module.name + \
+                                            'from source control. Stale '+ \
+                                            'contents ***')
+
                     # Kinda bogus, but better than nowt (for now)
                     module.changeState(STATE_SUCCESS, REASON_UPDATE_FAILED)