Skip to content

Commit 47b749e

Browse files
committed
hot-fix: wrong class name in cpp
1 parent e42ffe9 commit 47b749e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uproot_custom/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def get_cpp_reader(cls, tree_config: dict):
810810
return None
811811

812812
sub_readers = [get_cpp_reader(s) for s in tree_config["sub_readers"]]
813-
return uproot_custom.cpp.ObjectReader(tree_config["name"], sub_readers)
813+
return uproot_custom.cpp.BaseObjectReader(tree_config["name"], sub_readers)
814814

815815
@classmethod
816816
def reconstruct_array(cls, raw_data, tree_config):

0 commit comments

Comments
 (0)