From eec1463682f11d6239e7c8a3dd6196771ac3e0f8 Mon Sep 17 00:00:00 2001 From: aguerre Date: Mon, 13 Jan 2014 13:27:35 +0000 Subject: [PATCH] Concurrent execution does not like logname command --- bin/parseConfigFile.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2