Commit b6dbac23 authored by Aurel's avatar Aurel

fix comparison


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@172 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a18cbe03
...@@ -695,7 +695,7 @@ class Application(object): ...@@ -695,7 +695,7 @@ class Application(object):
# FIXME this is a busy loop. # FIXME this is a busy loop.
while True: while True:
self._waitMessage() self._waitMessage()
if len(self.local_var.node_tids) == len(storage_node_list): if len(self.local_var.node_tids.keys()) == len(storage_node_list):
break break
# Reorder tids # Reorder tids
......
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