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