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

job shop: leave the spreadsheet in input json to ease debugging

parent 91474160
...@@ -212,5 +212,4 @@ class Simulation(ACO.Simulation): ...@@ -212,5 +212,4 @@ class Simulation(ACO.Simulation):
i+=1 i+=1
order_dict["componentsList"] = component_list order_dict["componentsList"] = component_list
data["nodes"]["QStart"]["wip"] = wip_list data["nodes"]["QStart"]["wip"] = wip_list
del(data['wip_part_spreadsheet'])
return data 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