From bcd7f21c64e545da2a1e96eab4631eb1cb64e484 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 28 Mar 2024 10:02:19 -0700 Subject: [PATCH] Update src/hdmf/common/__init__.py --- src/hdmf/common/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hdmf/common/__init__.py b/src/hdmf/common/__init__.py index 6fbb5da58..248ca1095 100644 --- a/src/hdmf/common/__init__.py +++ b/src/hdmf/common/__init__.py @@ -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)