sbsv2/raptor/python/raptor.py
branchfix
changeset 370 c86748d54051
parent 226 59f343577f92
child 371 2db10eac415a
--- a/sbsv2/raptor/python/raptor.py	Thu Feb 25 14:57:54 2010 +0000
+++ b/sbsv2/raptor/python/raptor.py	Thu Feb 25 16:02:22 2010 +0000
@@ -897,7 +897,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)