Skip to content
Snippets Groups Projects
Commit 52382c97 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Refine outfile name

parent b7d68980
No related branches found
No related tags found
No related merge requests found
Pipeline #33858 passed
......@@ -217,7 +217,7 @@ def main():
volume = CanVolume(**kwargs)
run_descriptor = ""
if args.runnumber:
run_descriptor = "run_{0}".format(args.runnumber)
run_descriptor = "run{:08d}_".format(args.runnumber)
outfilename = join(args.output,
"km3buu_" + run_descriptor + descriptor + ".root")
......
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