partsneeded key corrected

parent 06e408e4
...@@ -60,7 +60,7 @@ class MergeSteps(plugin.InputPreparationPlugin): ...@@ -60,7 +60,7 @@ class MergeSteps(plugin.InputPreparationPlugin):
technologySequence.pop(-1) technologySequence.pop(-1)
stepToMerge = route[idxToMerge] stepToMerge = route[idxToMerge]
# parts needed # parts needed
step["parts_needed"] = stepToMerge["parts_needed"] step["partsneeded"] = stepToMerge["partsneeded"]
# technology # technology
step["technology"] = technology step["technology"] = technology
# setupTime # setupTime
......
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