Skip to content
Snippets Groups Projects
Commit 84d675f9 authored by Christian Weber's avatar Christian Weber
Browse files

Fix bug in copySubsetOfRootFile

parent 8398e9af
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ if __name__ == '__main__': ...@@ -127,7 +127,7 @@ if __name__ == '__main__':
if args.tag is None: tagMatch = True if args.tag is None: tagMatch = True
else: tagMatch = re.search(args.tag,TDirPathWithObjectName) else: tagMatch = re.search(args.tag,TDirPathWithObjectName)
if args.veto is None: tagMatch = False if args.veto is None: vetoMatch = False
else: vetoMatch = re.search(args.veto,TDirPathWithObjectName) else: vetoMatch = re.search(args.veto,TDirPathWithObjectName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment