[CalendarServer-changes] [11702] CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/ test_log.py

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


Revision: 11702
          http://trac.calendarserver.org//changeset/11702
Author:   glyph at apple.com
Date:     2013-09-17 16:02:18 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
coding standard: no spaces around keyword =

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

Modified: CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py
===================================================================
--- CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py	2013-09-17 23:02:17 UTC (rev 11701)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py	2013-09-17 23:02:18 UTC (rev 11702)
@@ -452,10 +452,10 @@
 
         log.warn(
             "*",
-            log_format = "#",
-            log_level = LogLevel.error,
-            log_namespace = "*namespace*",
-            log_source = "*source*",
+            log_format="#",
+            log_level=LogLevel.error,
+            log_namespace="*namespace*",
+            log_source="*source*",
         )
 
         # FIXME: Should conflicts log errors?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/4e98f5c3/attachment-0001.html>


More information about the calendarserver-changes mailing list