Commit 1cef760e authored by Jérome Perrin's avatar Jérome Perrin

fix another bug in Jobshop

parent 553efd43
...@@ -74,5 +74,5 @@ class Simulation(ACO.Simulation): ...@@ -74,5 +74,5 @@ class Simulation(ACO.Simulation):
if node_id in wip_dict: if node_id in wip_dict:
data['nodes'][node_id]['wip'] = wip_dict[node_id] data['nodes'][node_id]['wip'] = wip_dict[node_id]
del(data['wip_spreadsheet']) del(data['wip_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