[Neo-report] r2252 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Aug 28 09:38:47 CEST 2010


Author: vincent
Date: Sat Aug 28 09:38:47 2010
New Revision: 2252

Log:
No code set local_var.history to -1, so remove this test.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Sat Aug 28 09:38:47 2010
@@ -1013,9 +1013,6 @@ class Application(object):
             except ConnectionClosed:
                 continue
 
-            if self.local_var.history == -1:
-                # Not found, go on with next node
-                continue
             if self.local_var.history[0] != oid:
                 # Got history for wrong oid
                 raise NEOStorageError('inconsistency in storage: asked oid ' \





More information about the Neo-report mailing list