Loading ivas_processing_scripts/processing/config.py +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ def merge_dicts(base: dict, other: dict) -> None: class TestConfig: # avoid confusion with pytest tests due to naming __test__ = False def __init__(self, filename: str): """Parse a YAML or JSON configuration file""" # init lists of conditions and associated dirs Loading Loading
ivas_processing_scripts/processing/config.py +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ def merge_dicts(base: dict, other: dict) -> None: class TestConfig: # avoid confusion with pytest tests due to naming __test__ = False def __init__(self, filename: str): """Parse a YAML or JSON configuration file""" # init lists of conditions and associated dirs Loading