1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 21:15:38 +00:00

fix several issues with variable importation and resolving

This commit is contained in:
deadc0de6
2019-06-17 15:41:03 +02:00
parent f6fc834fbc
commit dc45a6dc78
5 changed files with 43 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ class CfgAggregator:
self.log.dbg('trans_w: {}'.format(self.trans_w))
# variables
self.variables = self.cfgyaml.variables
self.variables = self.cfgyaml.get_variables()
if self.debug:
self.log.dbg('variables: {}'.format(self.variables))