simulationOutputVisFlag='{{simulationOutputVisFlag#PROD-1: Dictionary (one flag per step) #{"1":"N"}}}'
except:
simulationOutputVisFlag={}
simulationOutputVisFlag=ast.literal_eval('{{simulationOutputVisFlag#PROD-1: Simulation visibility flag dictionary (one flag per step {"step":"Y|N"}) # {} }}')
try:
simulationOutputVisFlagSpecial=ast.literal_eval('{{simulationOutputVisFlagSpecial#PROD-1: Special Visibility flag of output files (a dictionary {"step n":{("FType":flag)}} )#}}')
exceptSyntaxError:
...
...
@@ -127,10 +124,7 @@ selectionCPU = '{{selectionCPU#PROD-2:Selection: Max CPU time in secs#100000}}'
selectionOutputVisFlag=ast.literal_eval('{{selectionOutputVisFlag#PROD-2: Selection visibility flag dictionary ({"step n": "Y|N"})# {} }}')
try:
selectionOutputVisFlagSpecial=ast.literal_eval('{{selectionOutputVisFlagSpecial#PROD-2: Special Visibility flag of output files (a dictionary {"step n":{"FType":flag}} )#}}')
mergeOutputVisFlag=ast.literal_eval('{{mergeOutputVisFlag#PROD-3: Merge visibility flag dictionary ({"step":"Y|N"}) # {} }}')
try:
mergeOutputVisFlagSpecial=ast.literal_eval('{{mergeOutputVisFlagSpecial#PROD-3: Special Visibility flag of output files (a dictionary {"step n":{"FType":flag}} )#}}')