Commit 903bdadc authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in SkilledOperatorRouter

parent 18e75454
......@@ -259,6 +259,7 @@ class SkilledRouter(Router):
for id in solution.keys():
operator=findObjectById(id)
station=findObjectById(solution[id])
if station in self.toBeSignalled:
# signal the station so that it gets the operator
self.signalStation(station, operator)
......
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