From 5a4af5a061c65d749c1b99ed9e3c4989ce4915bc Mon Sep 17 00:00:00 2001 From: aven Date: Fri, 31 Mar 2023 15:14:50 -0500 Subject: [PATCH] fix typo --- core/config/config_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/config_load.py b/core/config/config_load.py index 709da41..e2fac34 100644 --- a/core/config/config_load.py +++ b/core/config/config_load.py @@ -11,7 +11,7 @@ def load_config_from_yaml(config_type: Type[BaseConfig], yaml_path: str): """Recommend method to load a config file (a yaml file) and parse it. Because we have a shared filesystem the recommended route to running jobs it put modified config - files with the desired parameters somewhere on the filesytem and run jobs pointing to them. + files with the desired parameters somewhere on the filesystem and run jobs pointing to them. """ def _substitute(s):