[Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/src/zope/publisher/publish.py Revert mistake.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Apr 18 15:54:49 EDT 2005


Log message for revision 30026:
  Revert mistake.
  

Changed:
  U   Zope3/branches/srichter-twisted-integration/src/zope/publisher/publish.py

-=-
Modified: Zope3/branches/srichter-twisted-integration/src/zope/publisher/publish.py
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/publisher/publish.py	2005-04-18 18:36:18 UTC (rev 30025)
+++ Zope3/branches/srichter-twisted-integration/src/zope/publisher/publish.py	2005-04-18 19:54:49 UTC (rev 30026)
@@ -169,8 +169,7 @@
                     else:
                         raise
 
-            except Error, e:
-                import pdb; pdb.set_trace()
+            except:
                 # Bad exception handler or retry method.
                 # Re-raise after outputting the response.
                 if handle_errors:



More information about the Zope3-Checkins mailing list