Commit f96be11a by Michael DeHaan

Merge pull request #415 from lcosmin/0.5-fixes

Removed line that caused stacktrace
parents 4664e354 74bfd7eb
......@@ -84,7 +84,6 @@ class Play(object):
if items is None:
items = [ '' ]
for item in items:
t = Task(self,y)
mv = self.vars.copy()
mv.update(task_vars)
mv['item'] = item
......
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