1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 08:50:39 +00:00

refactor resolve_path

This commit is contained in:
deadc0de6
2019-06-02 11:26:30 +02:00
parent 805f15f7a2
commit 27e6a0da58
4 changed files with 17 additions and 17 deletions

View File

@@ -46,7 +46,6 @@ class CfgAggregator:
# settings
self.settings = Settings.parse(None, self.cfgyaml.settings)
self.settings.resolve_paths(self.cfgyaml.resolve_path)
if self.debug:
self.log.dbg('settings: {}'.format(self.settings))