minor correction to OperatedPoolBroker

parent 2e2a66be
...@@ -81,6 +81,8 @@ class Broker(ObjectInterruption): ...@@ -81,6 +81,8 @@ class Broker(ObjectInterruption):
# ======= release a resource # ======= release a resource
elif not self.victim.isOperated(): elif not self.victim.isOperated():
self.victim.currentOperator.totalWorkingTime+=now()-self.victim.currentOperator.timeLastOperationStarted self.victim.currentOperator.totalWorkingTime+=now()-self.victim.currentOperator.timeLastOperationStarted
# if the victim releasing the operator has receiver
if self.victim.receiver:
# if the following object is not of type Machine # if the following object is not of type Machine
if self.victim.receiver.type!='Machine': if self.victim.receiver.type!='Machine':
# if the processingType is 'Processing' and not only 'Load' or 'Setup' # if the processingType is 'Processing' and not only 'Load' or 'Setup'
......
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