Skip to content

Commit

Permalink
Update src/hdmf/common/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Mar 28, 2024
1 parent 13ee1f4 commit bcd7f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
def load_type_config(**kwargs):
"""
This method will either load the default config or the config provided by the path.
NOTE: This config is global and shared across all type maps.
"""
config_path = kwargs['config_path']
__TYPE_MAP.type_config.load_type_config(config_path)
Expand Down

0 comments on commit bcd7f21

Please sign in to comment.