sbsv2/raptor/python/raptor.py
branchfix
changeset 370 c86748d54051
parent 226 59f343577f92
child 371 2db10eac415a
equal deleted inserted replaced
267:ed4edcfbc38c 370:c86748d54051
   895 			try:
   895 			try:
   896 				x = self.GetConfig(c)
   896 				x = self.GetConfig(c)
   897 				gb = x.GenerateBuildUnits(self.cache)
   897 				gb = x.GenerateBuildUnits(self.cache)
   898 				buildUnitsToBuild.update( gb )
   898 				buildUnitsToBuild.update( gb )
   899 			except Exception, e:
   899 			except Exception, e:
   900 				self.FatalError(str(e))
   900 				self.Error(str(e))
   901 
   901 
   902 		for b in buildUnitsToBuild:
   902 		for b in buildUnitsToBuild:
   903 			self.Info("Buildable configuration '%s'", b.name)
   903 			self.Info("Buildable configuration '%s'", b.name)
   904 
   904 
   905 		if len(buildUnitsToBuild) == 0:
   905 		if len(buildUnitsToBuild) == 0: