Fix bug 772. vim_thread tasks key params
[osm/RO.git] / osm_ro / vim_thread.py
index 7b197da..ffe721c 100644 (file)
@@ -258,6 +258,7 @@ class vim_thread(threading.Thread):
                     # task of creation must be the first in the list of related_task
                     assert(related_tasks[0]["action"] in ("CREATE", "FIND"))
 
                     # task of creation must be the first in the list of related_task
                     assert(related_tasks[0]["action"] in ("CREATE", "FIND"))
 
+                    task["params"] = None
                     if task["extra"]:
                         extra = yaml.load(task["extra"])
                     else:
                     if task["extra"]:
                         extra = yaml.load(task["extra"])
                     else: