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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 1 16:26:10 CEST 2010


Author: vincent
Date: Wed Sep  1 16:26:09 2010
New Revision: 2272

Log:
Remove no-op code.

This was intended to be a raise, but was broken. Anyway, it's not
required for not-committed-yet pack implementation.

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] Wed Sep  1 16:26:09 2010
@@ -898,9 +898,6 @@ class Application(object):
         else:
             raise NEOStorageError('undo failed')
 
-        if self.local_var.txn_info['packed']:
-            UndoError('non-undoable transaction')
-
         tid = self.local_var.tid
 
         undo_conflict_oid_list = self.local_var.undo_conflict_oid_list = []





More information about the Neo-report mailing list