[CalendarServer-changes] [11187] CalendarServer/trunk/txdav/common/datastore/upgrade/sql/upgrades/ upgrade_from_3_to_4.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 15 09:20:02 PDT 2013


Revision: 11187
          http://trac.calendarserver.org//changeset/11187
Author:   sagen at apple.com
Date:     2013-05-15 09:20:02 -0700 (Wed, 15 May 2013)
Log Message:
-----------
Fix a typo

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_3_to_4.py

Modified: CalendarServer/trunk/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_3_to_4.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_3_to_4.py	2013-05-15 15:45:59 UTC (rev 11186)
+++ CalendarServer/trunk/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_3_to_4.py	2013-05-15 16:20:02 UTC (rev 11187)
@@ -109,7 +109,9 @@
 
                                 calendar = (yield calendarHome.calendarWithName(calendarName))
                                 if calendar is not None:
-                                    yield calendarHome.setDefaultCalendar(calendar, tasks=(propname == sqlStore, customxml.ScheduleDefaultTasksURL))
+                                    yield calendarHome.setDefaultCalendar(
+                                        calendar, tasks=(propname ==
+                                            customxml.ScheduleDefaultTasksURL))
 
                 # Always delete the row so that batch processing works correctly
                 yield Delete(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130515/a1cc31b1/attachment.html>


More information about the calendarserver-changes mailing list