Commit c176f179 authored by Jérome Perrin's avatar Jérome Perrin

OldStylePartJobShopWIP: remove input from the json after processing it

parent 8a05d4ef
......@@ -163,4 +163,5 @@ class OldStylePartJobShopWIP(plugin.InputPreparationPlugin):
i+=1
order_dict["componentsList"] = component_list
data['graph']["node"]["QStart"]["wip"] = wip_list
del data['input'][input_id]
return data
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