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

correction in custom object M3

parent 1d3f1afa
......@@ -36,7 +36,7 @@ class M3(BatchScrapMachine):
# We consider that since this is in essence one station, the BatchScrapMachine
# should be blocked if the BatchDecomposition is blocked
# =======================================================================
def canAcceptAndIsRequested(self):
def canAcceptAndIsRequested(self, callerObject=None):
# get active and giver objects
activeObject=self.getActiveObject()
activeObjectQueue=self.getActiveObjectQueue()
......
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