[Zope-Checkins] CVS: ZODB3/ZODB - POSException.py:1.20.6.4

Jeremy Hylton cvs-admin at zope.org
Thu Oct 30 19:49:35 EST 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv22157

Modified Files:
      Tag: zodb33-devel-branch
	POSException.py 
Log Message:
Quick!  Remove debugging code.


=== ZODB3/ZODB/POSException.py 1.20.6.3 => 1.20.6.4 ===
--- ZODB3/ZODB/POSException.py:1.20.6.3	Thu Oct 30 15:16:55 2003
+++ ZODB3/ZODB/POSException.py	Thu Oct 30 19:49:33 2003
@@ -83,9 +83,9 @@
             # avoid circular import chain
             from ZODB.serialize import SimpleObjectReader
             self.class_name = SimpleObjectReader().getClassName(data)
-        else:
-            if message != "data read conflict error":
-                raise RuntimeError
+##        else:
+##            if message != "data read conflict error":
+##                raise RuntimeError
 
         self.serials = serials
 




More information about the Zope-Checkins mailing list