Add 'vars' to magic variables
This commit is contained in:
parent
552715f072
commit
76c5be3a31
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ class VariableManager:
|
|||
|
||||
# the 'omit' value alows params to be left out if the variable they are based on is undefined
|
||||
all_vars['omit'] = self._omit_token
|
||||
all_vars['vars'] = all_vars
|
||||
|
||||
#CACHED_VARS[cache_entry] = all_vars
|
||||
|
||||
|
|
Loading…
Reference in a new issue