[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService - ErrorReportingService.py:1.7
Steve Alexander
steve@cat-box.net
Mon, 11 Nov 2002 03:56:45 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService
In directory cvs.zope.org:/tmp/cvs-serv14489/lib/python/Zope/App/OFS/Services/ErrorReportingService
Modified Files:
ErrorReportingService.py
Log Message:
oops -- I removed a ) when making minor changes.
<berates self for not running unit tests before checking in...>
=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py:1.6 Mon Nov 11 03:40:06 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py Mon Nov 11 03:56:45 2002
@@ -186,7 +186,7 @@
self._ignored_exceptions = tuple(
filter(None, map(str, ignored_exceptions))
)
- setProperties = ContextMethod(setProperties
+ setProperties = ContextMethod(setProperties)
def getLogEntries(self):
"""Returns the entries in the log, most recent first.