mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 05:09:17 +00:00
yaml error log
This commit is contained in:
@@ -1021,7 +1021,7 @@ class CfgYaml:
|
|||||||
content = self._yaml_load(path)
|
content = self._yaml_load(path)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._log.err(e)
|
self._log.err(e)
|
||||||
raise YamlException('config format error: {}'.format(path))
|
raise YamlException('config yaml error: {}'.format(path))
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user