Commit 4b4072a2 authored by Jérome Perrin's avatar Jérome Perrin

fixup! AllocationManagement initialize at every replication

parent 858f9b31
......@@ -23,6 +23,7 @@ class AllocationManagement(ObjectInterruption):
self.id=id
self.name=name
self.argumentDict=argumentDict #the arguments of the method given in a dict
self.initialize()
def initialize(self):
ObjectInterruption.initialize(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