sbsv2/raptor/python/raptor.py
branchfix
changeset 371 2db10eac415a
parent 370 c86748d54051
child 372 e6d6373c0c3a
equal deleted inserted replaced
370:c86748d54051 371:2db10eac415a
   887 			else:
   887 			else:
   888 				configNames.append(self.defaultConfig)
   888 				configNames.append(self.defaultConfig)
   889 
   889 
   890 		buildUnitsToBuild = set()
   890 		buildUnitsToBuild = set()
   891 
   891 
   892 
       
   893 		for c in set(configNames):
   892 		for c in set(configNames):
   894 			self.Debug("BuildUnit: %s", c)
   893 			self.Debug("BuildUnit: %s", c)
   895 			try:
   894 			try:
   896 				x = self.GetConfig(c)
   895 				x = self.GetConfig(c)
   897 				gb = x.GenerateBuildUnits(self.cache)
   896 				gb = x.GenerateBuildUnits(self.cache)