dynalab_cli/utils.py [222:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if config[key]:
            files = config[key]
            for f in files:
                assert check_path(
                    os.path.join(self.root_dir, f),
                    root_dir=self.root_dir,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dynalab_cli/utils.py [252:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                if config[key]:
                    files = config[key]
                    for f in files:
                        assert check_path(
                            os.path.join(self.root_dir, f),
                            root_dir=self.root_dir,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



