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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user