We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d93b4 commit 4545c62Copy full SHA for 4545c62
Configuration/PyReleaseValidation/python/WorkFlowRunner.py
@@ -164,8 +164,10 @@ def closeCmd(i,ID):
164
cmd+=' --filein file:step%s.root '%(istep-1,)
165
elif "ALCA" in steps and "RECO" in steps:
166
167
- else:
+ elif self.recoOutput:
168
cmd+=' --filein %s'%(self.recoOutput)
169
+ else:
170
+ cmd+=' --filein file:step%s.root '%(istep-1,)
171
if not '--fileout' in com:
172
cmd+=' --fileout file:step%s.root '%(istep,)
173
if "RECO" in cmd:
0 commit comments