[Neo-report] r1988 gregory - /trunk/neo/master/verification.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 1 10:54:43 CEST 2010


Author: gregory
Date: Thu Apr  1 10:54:41 2010
New Revision: 1988

Log:
CommitTransaction is not an answer but a notification.

Modified:
    trunk/neo/master/verification.py

Modified: trunk/neo/master/verification.py
==============================================================================
--- trunk/neo/master/verification.py [iso-8859-1] (original)
+++ trunk/neo/master/verification.py [iso-8859-1] Thu Apr  1 10:54:41 2010
@@ -118,7 +118,7 @@
                         node.notify(Packets.DeleteTransaction(tid))
             else:
                 for node in self.app.nm.getIdentifiedList(pool_set=uuid_set):
-                    node.ask(Packets.CommitTransaction(tid))
+                    node.notify(Packets.CommitTransaction(tid))
 
             # If possible, send the packets now.
             em.poll(0)





More information about the Neo-report mailing list