diff -r 34d87ffcc373 -r b211d87c390a sbsv2/raptor/python/raptor.py --- a/sbsv2/raptor/python/raptor.py Wed Nov 18 21:50:36 2009 +0000 +++ b/sbsv2/raptor/python/raptor.py Fri Nov 20 20:10:58 2009 +0000 @@ -1039,7 +1039,7 @@ except Exception,e: self.out = sys.stdout # make sure that we can actually get errors out. self.logOpen = False - self.FatalError("Unable to open the output logs: %s" % str(e)) + self.FatalError("Unable to open the output logs: %s" % str(e)) def CloseLog(self): if self.logOpen: