Commit 7656279a authored by Georgios Dagkakis's avatar Georgios Dagkakis

change in machine so that it does not depend on other lists

parent 99bb66a3
......@@ -629,7 +629,7 @@ class Machine(CoreObject):
if self.isWorkingOnTheLast:
# for the scheduled Object interruptions
# XXX add the SkilledOperatorRouter to this list and perform the signalling only once
for interruption in (G.ShiftSchedulerList+G.ScheduledMaintenanceList):
for interruption in (G.ObjectInterruptionList):
# if the objectInterruption is waiting for a a signal
if interruption.victim==self and interruption.waitingSignal:
# signal it and reset the flags
......
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