[CalendarServer-changes] [14511] CalendarServer/trunk/txdav/common/datastore/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 5 11:47:06 PST 2015


Revision: 14511
          http://trac.calendarserver.org//changeset/14511
Author:   wsanchez at apple.com
Date:     2015-03-05 11:47:06 -0800 (Thu, 05 Mar 2015)
Log Message:
-----------
Extra comma == bad

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/test/util.py

Modified: CalendarServer/trunk/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/test/util.py	2015-03-05 19:40:45 UTC (rev 14510)
+++ CalendarServer/trunk/txdav/common/datastore/test/util.py	2015-03-05 19:47:06 UTC (rev 14511)
@@ -569,7 +569,7 @@
                         md5 = calendarObjNames[objectName]
                         obj = (
                             yield calendar.calendarObjectWithName(objectName)
-                        ),
+                        )
                         obj.properties()[md5key] = (
                             TwistedGETContentMD5.fromString(md5)
                         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150305/525e9acd/attachment-0001.html>


More information about the calendarserver-changes mailing list