mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 15:33:54 +00:00
Merge pull request #254 from davla/import-config-templater
Import config templater
This commit is contained in:
@@ -854,7 +854,7 @@ class CfgYaml:
|
||||
|
||||
if self._debug:
|
||||
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):
|
||||
"""import configs from external files"""
|
||||
|
||||
Reference in New Issue
Block a user