Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Sep 11, 2023
1 parent 92bf180 commit 2c8d6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/hdmf/backends/hdf5/h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from ...spec import RefSpec, DtypeSpec, NamespaceCatalog
from ...utils import docval, getargs, popargs, get_data_shape, get_docval, StrDataset
from ..utils import NamespaceToBuilderHelper, WriteStatusTracker
from ...common.resources import HERD # Circular import fix

ROOT_NAME = 'root'
SPEC_LOC_ATTR = '.specloc'
Expand Down
2 changes: 1 addition & 1 deletion src/hdmf/common/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def _get_file_from_container(self, **kwargs):
def __check_termset_wrapper(self, **kwargs):
"""
Takes a list of objects and checks the fields for TermSetWrapper.
return --> [[object, wrapper1], [object, wrapper2], ...]
:return: [[object, wrapper1], [object, wrapper2], ...]
"""
objects = kwargs['objects']

Expand Down

0 comments on commit 2c8d6da

Please sign in to comment.