[Checkins] SVN: Zope/branches/2.12/src/ZPublisher/Publish.py - reverted part of r105590: retry is not defined here (this bug is not in Zope trunk)

Yvo Schubbe y.2010 at wcm-solutions.de
Thu Apr 22 07:35:45 EDT 2010


Log message for revision 111260:
  - reverted part of r105590: retry is not defined here (this bug is not in Zope trunk)

Changed:
  U   Zope/branches/2.12/src/ZPublisher/Publish.py

-=-
Modified: Zope/branches/2.12/src/ZPublisher/Publish.py
===================================================================
--- Zope/branches/2.12/src/ZPublisher/Publish.py	2010-04-22 11:21:26 UTC (rev 111259)
+++ Zope/branches/2.12/src/ZPublisher/Publish.py	2010-04-22 11:35:45 UTC (rev 111260)
@@ -208,7 +208,7 @@
                         transactions_manager.abort()
             finally:
                 endInteraction()
-                notify(PubFailure(request, exc_info, retry))
+                notify(PubFailure(request, exc_info, False))
             raise
 
 def publish_module_standard(module_name,



More information about the checkins mailing list