Commit 3778f0f8 authored by Aurel's avatar Aurel

new partition list must contains Partition objects and not only rid


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@236 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b45361b0
......@@ -407,4 +407,4 @@ class Replicator(object):
"""This is a callback from OperationEventHandler."""
if rid not in self.partition_list \
and rid not in self.new_partition_list:
self.new_partition_list.append(rid)
self.new_partition_list.append(Partition(rid))
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