Bugfix for templated locally-scoped variables and dishcache
This commit is contained in:
parent
846695cfa6
commit
c1620eef33
@ -244,7 +244,7 @@ class Kitchen:
|
||||
return prev_book, False
|
||||
|
||||
# compute and compare the var hash...
|
||||
sous_vars = self.head.variables[recipe.recipe_context.sous]
|
||||
sous_vars = recipe.recipe_context.variables
|
||||
vars_to_hash = {}
|
||||
for var in prev_book.var_list:
|
||||
vars_to_hash[var] = sous_vars.get_dotted(var)
|
||||
|
Loading…
Reference in New Issue
Block a user