From: cvw Date: Wed, 28 Aug 2013 07:45:31 +0000 (+0000) Subject: bad text warning X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6d28eef5383c39a56291493bd979631155208116;p=modules%2Fyacs.git bad text warning --- diff --git a/bin/parseConfigFile.py b/bin/parseConfigFile.py index 991dadd03..0388c6c57 100644 --- a/bin/parseConfigFile.py +++ b/bin/parseConfigFile.py @@ -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