Salome HOME
bad text warning
authorcvw <cvw>
Wed, 28 Aug 2013 07:45:31 +0000 (07:45 +0000)
committercvw <cvw>
Wed, 28 Aug 2013 07:45:31 +0000 (07:45 +0000)
bin/parseConfigFile.py

index 991dadd036f68ef54dfa6fa3c394b59d4a9ca473..0388c6c5776cbc662ccb573d6e58237bdff4d5cb 100644 (file)
@@ -263,7 +263,7 @@ class EnvFileConverter(object):
         try:
           variable, value = line.split('=')
         except: #avoid error for complicated sh line xx=`...=...`, but warning
-          print "WARNING: EnvFileConverter: line with multiples '=' character are hazardous: '"+line+"'"
+          print "WARNING: parseConfigFile.py: line with multiples '=' character are hazardous: '"+line+"'"
           variable, value = line.split('=',1)          
         self.allParsedVariableNames.append(variable)
       # Self-extending variables that are not in reserved keywords