sbsv2/raptor/python/raptor.py
branchfix
changeset 372 e6d6373c0c3a
parent 268 692d9a4eefc4
parent 371 2db10eac415a
child 374 96629a6f26e4
--- a/sbsv2/raptor/python/raptor.py	Tue Mar 02 16:28:30 2010 +0000
+++ b/sbsv2/raptor/python/raptor.py	Tue Mar 02 17:13:53 2010 +0000
@@ -902,7 +902,6 @@
 
 		buildUnitsToBuild = set()
 
-
 		for c in set(configNames):
 			self.Debug("BuildUnit: %s", c)
 			try:
@@ -910,7 +909,7 @@
 				gb = x.GenerateBuildUnits(self.cache)
 				buildUnitsToBuild.update( gb )
 			except Exception, e:
-				self.FatalError(str(e))
+				self.Error(str(e))
 
 		for b in buildUnitsToBuild:
 			self.Info("Buildable configuration '%s'", b.name)