Fixing bugs related to parsing and fixing up parsing integration tests (v2)

This commit is contained in:
James Cammarata 2015-05-13 11:27:12 -05:00
commit b94e2a1f4e
4 changed files with 30 additions and 20 deletions

View file

@ -335,7 +335,7 @@ class StrategyBase:
# set the vars for this task from those specified as params to the include
for b in block_list:
b._vars = included_file._args.copy()
b.vars = included_file._args.copy()
return block_list