[CalendarServer-changes] [11726] CalendarServer/branches/users/glyph/log-cleanups/twext/python/log. py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 17 16:02:33 PDT 2013


Revision: 11726
          http://trac.calendarserver.org//changeset/11726
Author:   glyph at apple.com
Date:     2013-09-17 16:02:33 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
Docstring formatting, and remove unnecessary try/except.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py

Modified: CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py
===================================================================
--- CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py	2013-09-17 23:02:33 UTC (rev 11725)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py	2013-09-17 23:02:33 UTC (rev 11726)
@@ -216,12 +216,14 @@
 
 def formatUnformattableEvent(event, error):
     """
-    Formats an event as a L{unicode} that describes the event
-    generically and a formatting error.
+    Formats an event as a L{unicode} that describes the event generically and a
+    formatting error.
 
     @param event: a logging event
+    @type dict: L{dict}
 
     @param error: the formatting error
+    @type error: L{Exception}
 
     @return: a L{unicode}
     """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/6384de38/attachment.html>


More information about the calendarserver-changes mailing list