1
0
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:
deadc0de
2020-09-04 06:03:05 +02:00
committed by GitHub
2 changed files with 111 additions and 1 deletions

View File

@@ -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"""