Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 17, 2024
1 parent d5898ed commit d4c892e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf/build/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ def build(self, **kwargs):
if manager is None:
manager = BuildManager(self)
builder = obj_mapper.build(container, manager, builder=builder, source=source, spec_ext=spec_ext, export=export)

# add additional attributes (namespace, data_type, object_id) to builder
namespace, data_type = self.get_container_ns_dt(container)
builder.set_attribute('namespace', namespace)
Expand Down

0 comments on commit d4c892e

Please sign in to comment.