Make 'vars' a copy to prevent recursion issues

pull/4420/head
James Cammarata 2015-07-04 23:34:07 -04:00
parent bddadc9565
commit 38cc54b717
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +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
all_vars['vars'] = all_vars.copy()
#CACHED_VARS[cache_entry] = all_vars