1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 07:23:48 +00:00

change precedence of uservariables

This commit is contained in:
deadc0de6
2021-09-23 21:05:51 +02:00
parent dcdc10d314
commit 64eb15f97e
2 changed files with 10 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ class CfgYaml:
# parse the "uservariables" block
uvariables = self._parse_blk_uservariables(self._yaml_dict)
self._add_variables(uvariables, template=False, prio=True)
self._add_variables(uvariables, template=False, prio=False)
# now template variables and dynvariables from the same pool
self._rec_resolve_variables(self.variables)