Skip to content
Snippets Groups Projects
Commit 0f40f13d authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'master-TIDV-art34' into 'master'

Fix typo in TrigInDetValidation (ATR-22139)

See merge request atlas/athena!36953
parents cc5902e6 3acbee42
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class TrigInDetReco(ExecStep):
self.preexec_trig, self.preexec_all, self.preexec_reco, self.preexec_aod)
if (self.postexec_trig != ' '):
self.args += ' --postExec "RDOtoRDOTrigger:{:s};" "RAWtoESD:{:s};" '.format(self.postexec_trig, self.postexec_reco)
if (self.postinclude_trig != ' '):
if (self.postinclude_trig != ''):
self.args += ' --postInclude "RDOtoRDOTrigger:{:s}" '.format(self.postinclude_trig)
super(TrigInDetReco, self).configure(test)
......
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