Commit 08324cb5 by Michael DeHaan

Allow play tagging in context of new meta-tasks.

parent ef23c42a
......@@ -48,6 +48,7 @@ class Task(object):
# normally.
if 'meta' in ds:
self.meta = ds['meta']
self.tags = []
return
else:
self.meta = 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