1
0
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:
deadc0de6
2020-10-25 20:48:59 +01:00
parent ddabbb3360
commit 00cf2a11a6

View File

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