Commit 7b331ef6 by Michael DeHaan

Fix code typo. I'll blame jet lag for now :)

parent 90cce359
......@@ -463,7 +463,7 @@ class Runner(object):
for x in items:
inject['item'] = x
if not self.conditional or utils.check_conditional(self.conditional, self.basedir, inject, fail_on_undefined=self.error_on_undefined_vars):
use_these_items.append(item)
use_these_items.append(x)
inject['item'] = ",".join(use_these_items)
items = None
......
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