Commit 3b9885a6 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

BatchReassembly fixed, now it calls the CoreObject constructor

parent 55bfa74f
......@@ -45,7 +45,7 @@ class BatchReassembly(CoreObject):
#initialize the id, the capacity of the object and the distribution
# =======================================================================
def __init__(self, id, name, numberOfSubBatches=1, processingTime=None, operator='None'):
Process.__init__(self)
CoreObject.__init__(self, id, name)
# hold the id, name, and type of the Machine instance
self.id=id
self.objName=name
......
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