1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 06:48:49 +00:00

allow relative load external actions

This commit is contained in:
deadc0de6
2019-03-29 23:00:22 +01:00
parent 228524bdf3
commit d88f29b276

View File

@@ -224,6 +224,7 @@ class Cfg:
# parse external actions
if self.key_import_actions in self.lnk_settings:
for path in self.lnk_settings[self.key_import_actions]:
path = self._abs_path(path)
if self.debug:
self.log.dbg('loading actions from {}'.format(path))
content = self._load_yaml(path)