[CalendarServer-changes] [11722] 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:30 PDT 2013


Revision: 11722
          http://trac.calendarserver.org//changeset/11722
Author:   glyph at apple.com
Date:     2013-09-17 16:02:30 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
assignment should have spaces around '='

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:30 UTC (rev 11721)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py	2013-09-17 23:02:30 UTC (rev 11722)
@@ -405,7 +405,7 @@
             event.
         """
         if failure is None:
-            failure=Failure()
+            failure = Failure()
 
         self.emit(level, format, log_failure=failure, **kwargs)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/288f6cea/attachment.html>


More information about the calendarserver-changes mailing list