[Checkins] SVN: GenericSetup/trunk/tool.py We have to apply the context before we can get an import step from it

Wichert Akkerman wichert at wiggy.net
Sat Jun 30 11:03:53 EDT 2007


Log message for revision 77269:
  We have to apply the context before we can get an import step from it

Changed:
  U   GenericSetup/trunk/tool.py

-=-
Modified: GenericSetup/trunk/tool.py
===================================================================
--- GenericSetup/trunk/tool.py	2007-06-30 12:37:37 UTC (rev 77268)
+++ GenericSetup/trunk/tool.py	2007-06-30 15:03:53 UTC (rev 77269)
@@ -255,6 +255,8 @@
         """
         context = self._getImportContext(profile_id, purge_old)
 
+        self.applyContext(context)
+
         info = self._import_registry.getStepMetadata(step_id)
 
         if info is None:



More information about the Checkins mailing list