Commit 76c5be3a by James Cammarata

Add 'vars' to magic variables

parent 552715f0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment