diff --git a/dotdrop/cfg_yaml.py b/dotdrop/cfg_yaml.py index b82db0a..e9e30ef 100644 --- a/dotdrop/cfg_yaml.py +++ b/dotdrop/cfg_yaml.py @@ -1021,7 +1021,7 @@ class CfgYaml: content = self._yaml_load(path) except Exception as e: self._log.err(e) - raise YamlException('config format error: {}'.format(path)) + raise YamlException('config yaml error: {}'.format(path)) return content