mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
yaml error log
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user