Commit a7dd93ec authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Sebastien Robin

batch object populated with methods to break and re-assemble

parent e672fff7
......@@ -59,7 +59,9 @@ class Batch(Entity):
#it should be the same for all the sub-batches
for subBatch in self.subBatchList:
self.numberOfUnits+=subBatch.numberOfUnits #maybe there are units lost (scrapped), so it has to be re-calculated
activeObjectQueue.remove
#the sub-batch no longer exists
activeObjectQueue.remove(subBatch)
del subBatch
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