Skip to content

Commit

Permalink
Update objectmapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Jul 12, 2024
1 parent 3a2b716 commit f505321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hdmf/build/objectmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,7 @@ def __set_dataset_to_refs(self, builder, dtype, shape, container, build_manager)
% (builder.__class__.__name__, builder.name))

def _filler():
data = self.__get_ref_builder(builder, dtype, shape, container, build_manager)
builder.data = data
builder.data = self.__get_ref_builder(builder, dtype, shape, container, build_manager)

return _filler

Expand Down

0 comments on commit f505321

Please sign in to comment.