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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 19 16:34:05 CET 2010


Author: vincent
Date: Fri Mar 19 16:34:02 2010
New Revision: 1946

Log:
Revert r1944.

It's just broken to do this way (I intended to locally revert that commit,
instead of pushing it to the repository... Sorry).

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] Fri Mar 19 16:34:02 2010
@@ -885,9 +885,6 @@
                                     'transaction info for TID %r could not ' \
                                     'be found' % (tid, )
 
-            if self.local_var.txn_info['packed']:
-                break
-
             if filter is None or filter(self.local_var.txn_info):
                 self.local_var.txn_info.pop('packed')
                 if not with_oids:





More information about the Neo-report mailing list