diff -r ed4edcfbc38c -r c86748d54051 sbsv2/raptor/python/raptor.py --- 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)