Commit b9cea76b authored by Aurel's avatar Aurel

fix exception type for pop on dictionnary


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@570 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 935c7f76
......@@ -331,7 +331,7 @@ class Replicator(object):
p = protocol.notifyPartitionChanges( app.ptid,
[(self.current_partition.getRID(), app.uuid, UP_TO_DATE_STATE)])
conn.notify(p)
except ValueError:
except KeyError:
pass
self.current_partition = None
......
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