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

correction in SkilledOperatorRouter

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