diff -r 15d964981d94 -r e6d6373c0c3a sbsv2/raptor/python/raptor.py --- 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)