Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 17, 2024
1 parent d4c892e commit 7e52a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/build/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +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 7e52a99

Please sign in to comment.