Skip to content

Commit

Permalink
Forgotten rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jun 16, 2023
1 parent 4f10426 commit a46cc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/FCCAnalysisRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def runLocal(rdfModule, infile_list, args):
outn = runRDF(rdfModule, file_list, outfile_path, nevents_local, args)
outn = outn.GetValue()

outfile = ROOT.TFile(outfilepath, 'update')
outfile = ROOT.TFile(outfile_path, 'update')
param = ROOT.TParameter(int)('eventsProcessed',
nevents_orig if nevents_orig != 0 else nevents_local)
param.Write()
Expand Down

0 comments on commit a46cc28

Please sign in to comment.