sbsv2/raptor/python/raptor_make.py
branchwip
changeset 446 0c3dbdc03f47
parent 443 2f5cedd04db9
child 457 9bebdb95e0de
--- a/sbsv2/raptor/python/raptor_make.py	Tue Mar 30 15:34:13 2010 +0100
+++ b/sbsv2/raptor/python/raptor_make.py	Thu Apr 01 10:50:16 2010 +0100
@@ -118,7 +118,7 @@
 			self.talontimeout = str(evaluator.Get("TALON_TIMEOUT"))
 			self.talonretries = str(evaluator.Get("TALON_RETRIES"))
 			
-			# Get the ####################################	
+			# work around for RVCT 2.2 failed compiles
 			delete_on_failed_compile_s = evaluator.Get("DELETE_ON_FAILED_COMPILE")
 			self.delete_on_failed_compile = ""
 			if delete_on_failed_compile_s is not None and delete_on_failed_compile_s != "":