Skip to content
Snippets Groups Projects
Commit f734e3b1 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'tvs-athenaHLT-multi-file' into 'master'

TrigValSteering: Handle multiple input files for athenaHLT

See merge request atlas/athena!41350
parents b4e7200b c7aa3b1f
No related branches found
No related tags found
No related merge requests found
......@@ -247,8 +247,7 @@ class ExecStep(Step):
if len(self.input) > 0:
if self.input_object is not None:
if self.type == 'athenaHLT':
# athenaHLT can only take one input file
input_str = self.input_object.paths[0]
input_str = ' --file='.join(self.input_object.paths)
else:
input_str = ','.join(self.input_object.paths)
else:
......
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