Skip to content
Snippets Groups Projects
Commit 4477a60d authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

removing ignoreErrors=True for AODmerging

Former-commit-id: 30cd98be77238c60fbc62432ff786cb3773b6b6b
parent 037c2482
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ def GetProcessConfigs(release):
'outputs': {'outputAOD_MRGFile': {'dstype': 'AOD'}
#'outputTAGFile': {'dstype': 'TAG', 'ifMatch': '(?!.*calibration.*)'}
},
'phconfig': {'ignoreErrors': 'True', 'autoConfiguration': 'everything'},
'phconfig': {'autoConfiguration': 'everything'},
'transformation': 'AODMerge_tf.py',
'tasktransinfo': {'trfpath': 'AODMerge_tf.py',
'trfsetupcmd': setupScript+' '+rel+' '+specialT0Setup },
......
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