Backing out vars magic variable due to failed tests
This commit is contained in:
parent
53cd96befe
commit
388e46a485
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ class VariableManager:
|
||||||
|
|
||||||
# the 'omit' value alows params to be left out if the variable they are based on is undefined
|
# 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['omit'] = self._omit_token
|
||||||
all_vars['vars'] = all_vars
|
|
||||||
|
#all_vars['vars'] = all_vars.copy()
|
||||||
|
|
||||||
#CACHED_VARS[cache_entry] = all_vars
|
#CACHED_VARS[cache_entry] = all_vars
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue