mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 20:25:17 +00:00
Properly adding variables for imported config (and redefining templater)
This commit is contained in:
@@ -854,7 +854,7 @@ class CfgYaml:
|
|||||||
|
|
||||||
if self._debug:
|
if self._debug:
|
||||||
self._debug_dict('add import_configs var', sub.variables)
|
self._debug_dict('add import_configs var', sub.variables)
|
||||||
self.variables = self._merge_dict(sub.variables, self.variables)
|
self._add_variables(sub.variables, prio=True)
|
||||||
|
|
||||||
def _import_configs(self):
|
def _import_configs(self):
|
||||||
"""import configs from external files"""
|
"""import configs from external files"""
|
||||||
|
|||||||
Reference in New Issue
Block a user