Skip to content
Snippets Groups Projects
Commit 06227131 authored by Wainer Vandelli's avatar Wainer Vandelli
Browse files

Fix run number field. For 2011 Tier-0 uses the complete field from the file name

parent e458a2c1
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ Merged file name is: ...@@ -59,7 +59,7 @@ Merged file name is:
path = os.path.join(BASEDIR, parsed.ProjectTag(), \ path = os.path.join(BASEDIR, parsed.ProjectTag(), \
'%s_%s' % (parsed.StreamType(), parsed.StreamName()), \ '%s_%s' % (parsed.StreamType(), parsed.StreamName()), \
'%07d' % int(parsed.RunNr()), \ '%s' % parsed.RunNr(), \
'%s' % dataset) '%s' % dataset)
if verbose: if verbose:
print path print path
......
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