diff -r ea23b18a2ff6 -r 2cfea3290625 sbsv2/raptor/python/raptor.py --- a/sbsv2/raptor/python/raptor.py Thu Nov 19 18:52:19 2009 +0000 +++ b/sbsv2/raptor/python/raptor.py Fri Nov 20 21:17:53 2009 +0000 @@ -1050,7 +1050,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: