Skip to content
Snippets Groups Projects
Commit 7737ec2e authored by Zoltan Mathe's avatar Zoltan Mathe
Browse files

Merge branch 'OutFlagFixes' into 'devel'

Fix variable in RecoStripping template

See merge request !346
parents 5b31a179 46bdbc81
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ recoOutputVisFlag = '{{recoOutputVisFlag#PROD-1: Visibility flag of output files
try:
recoOutputVisFlagSpecial = ast.literal_eval( '{{recoOutputVisFlagSpecial#PROD-1: Special Visibility flag of output files (dict FType:Y|N )#}}' )
except SyntaxError:
simulationOutputVisFlagSpecial = {}
recoOutputVisFlagSpecial = {}
# stripp params
strippPriority = int( '{{priority#PROD-2:Stripping: priority#5}}' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment