]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Concurrent execution does not like logname command V7_main_EDF_patch_concurrent_140113
authoraguerre <aguerre>
Mon, 13 Jan 2014 13:27:35 +0000 (13:27 +0000)
committeraguerre <aguerre>
Mon, 13 Jan 2014 13:27:35 +0000 (13:27 +0000)
bin/parseConfigFile.py

index 41c294334191cce7b4f00df73c986e816a5e7e5c..96754b5d322c6d83882ecd97ab9f956f1115b57a 100644 (file)
@@ -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: