Commit 9c81c6ce authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in haveToDispose

parent 2496d4e4
......@@ -34,8 +34,7 @@ class MilkTank(QueueJobShop):
QueueJobShop.__init__(self,id,name,capacity)
def haveToDispose(self, callerObject=None):
QueueJobShop.haveToDispose(self, callerObject)
return QueueJobShop.haveToDispose(self, callerObject)
def getFat(self):
......
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