Commit 8a61d84e authored by Grégory Wisniewski's avatar Grégory Wisniewski

Clear partition_dict when replicator is reseted.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2193 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent dbff5a41
......@@ -101,6 +101,7 @@ class Replicator(object):
self.waiting_for_unfinished_tids = False
self.unfinished_tid_list = None
self.replication_done = True
self.partition_dict = {}
def _getOutdatedPartitionList(self):
app = self.app
......
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