sbsv2/raptor/python/raptor.py
branchwip
changeset 12 2cfea3290625
parent 11 ea23b18a2ff6
parent 9 b211d87c390a
child 14 45cdac6e50c6
--- 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("<error>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: