Commit ec08164e authored by Georgios Dagkakis's avatar Georgios Dagkakis

add G.replication correctly

parent 6a9bd38d
......@@ -42,6 +42,7 @@ class AllocationManagement(ObjectInterruption):
procedurePPOS = AllocationRoutine(initialWeek=G.TargetPPOSweek, itemType=0)
procedurePPOS.Run()
G.reCapacity.append(G.currentCapacity)
G.replication+=1
def readData(self):
G.CapacityDict=self.argumentDict['capacity']
......
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