[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tool.py Fix a string I assume was copied and pasted

Ross Patterson me at rpatterson.net
Fri Jan 14 14:59:29 EST 2011


Log message for revision 119590:
  Fix a string I assume was copied and pasted
  

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tool.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2011-01-14 18:24:32 UTC (rev 119589)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2011-01-14 19:59:29 UTC (rev 119590)
@@ -1006,7 +1006,7 @@
                 raise ValueError('Invalid export step: %s' % step_id)
 
             if handler is None:
-                msg = 'Step %s has an invalid import handler' % step_id
+                msg = 'Step %s has an invalid export handler' % step_id
                 logger = logging.getLogger('GenericSetup')
                 logger.error(msg)
                 messages[step_id] = msg



More information about the checkins mailing list