From: aguerre Date: Mon, 13 Jan 2014 13:27:35 +0000 (+0000) Subject: Concurrent execution does not like logname command X-Git-Tag: V7_main_EDF_patch_concurrent_140113 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eec1463682f11d6239e7c8a3dd6196771ac3e0f8;p=modules%2Fkernel.git Concurrent execution does not like logname command --- diff --git a/bin/parseConfigFile.py b/bin/parseConfigFile.py index 41c294334..96754b5d3 100644 --- a/bin/parseConfigFile.py +++ b/bin/parseConfigFile.py @@ -253,6 +253,8 @@ class EnvFileConverter(object): line = ADD_TO_PREFIX + k + ": " + value # Update list of variable names # :TODO: define excludeBlock variable (similar to exclude) and provide method to extend it + if line.startswith("LOGNAME="): + return "\n" if "cleandup()" in line: print "WARNING: parseConfigFile.py: skip cleandup and look for '# PRODUCT environment'" while True: