Skip to content

Commit 1cacb38

Browse files
committed
[TkAl][PixBary][FIX] extractBaryCentre typo in kwargs for list_branches()
1 parent 6bbdfff commit 1cacb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alignment/OfflineValidation/scripts/extractBaryCentre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
raise KeyError(tree_name)
7979

8080
if(args.list_branches):
81-
list_branches(tree, folder=folder)
81+
list_branches(tree, folder_name=folder)
8282
return 0
8383

8484
rdf = ROOT.RDataFrame(tree)

0 commit comments

Comments
 (0)