Skip to content

Commit

Permalink
Update src/hdmf/backends/hdf5/h5tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 14, 2024
1 parent d76b76e commit 61b2a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf/backends/hdf5/h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ def __get_ref(self, **kwargs):
builder = self.manager.build(container)
path = self.__get_path(builder)

self.logger.debug("Getting reference at path '%s'" % path)
return self.__file[path].ref

Check warning on line 1479 in src/hdmf/backends/hdf5/h5tools.py

View check run for this annotation

Codecov / codecov/patch

src/hdmf/backends/hdf5/h5tools.py#L1479

Added line #L1479 was not covered by tests

@docval({'name': 'container', 'type': (Builder, Container, ReferenceBuilder), 'doc': 'the object to reference',
Expand Down

0 comments on commit 61b2a9d

Please sign in to comment.