[Checkins] SVN: GenericSetup/trunk/tool.py runAllImportStepsFromProfile creates a report for us so do not try to create another one - that will immediately result in a conflict

Wichert Akkerman wichert at wiggy.net
Thu Jun 28 06:43:47 EDT 2007


Log message for revision 77174:
  runAllImportStepsFromProfile creates a report for us so do not try to create another one - that will immediately result in a conflict

Changed:
  U   GenericSetup/trunk/tool.py

-=-
Modified: GenericSetup/trunk/tool.py
===================================================================
--- GenericSetup/trunk/tool.py	2007-06-28 09:24:22 UTC (rev 77173)
+++ GenericSetup/trunk/tool.py	2007-06-28 10:43:47 UTC (rev 77174)
@@ -522,9 +522,6 @@
 
                 result = self.runAllImportStepsFromProfile(profile_id)
 
-                prefix = 'import-all-%s' % profile_id.replace(':', '_')
-                name = self._mangleTimestampName(prefix, 'log')
-                self._createReport(name, result['steps'], result['messages'])
                 for k, v in result['messages'].items():
                     detail['%s:%s' % (profile_id, k)] = v
 



More information about the Checkins mailing list