X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=osm_ro%2Fvim_thread.py;h=ffe721c3c3969c25000a5293a8eb6a110fda843a;hp=7b197dac54858ac90fa2a6acb3a0641f8c3c0b41;hb=64e49f9abd3913c10271c0977d4471e7f18079d6;hpb=611fcfcd04af61cf083354da583a22bdeabcb9ea diff --git a/osm_ro/vim_thread.py b/osm_ro/vim_thread.py index 7b197dac..ffe721c3 100644 --- a/osm_ro/vim_thread.py +++ b/osm_ro/vim_thread.py @@ -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["params"] = None if task["extra"]: extra = yaml.load(task["extra"]) else: