Machine flag canProceedWithGetEntity reset bofore requesting the Router

parent e7709ded
......@@ -199,6 +199,9 @@ class Machine(CoreObject):
# canAcceptAndIsRequested is invoked to check when the machine requested to receive an entity
yield waituntil, self, self.canAcceptAndIsRequested
# reset the canProceedWithGetEntity flag
self.canProceedWithGetEntity=False
# if the machine must be operated for the loading then the operators must be picked wisely for every machine
if (self.operatorPool!="None")\
and any(type=="Load" for type in self.multOperationTypeList):
......
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