This commit is contained in:
aven 2023-03-31 15:14:50 -05:00
parent 78c3235eee
commit 5a4af5a061

View File

@ -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):