[CalendarServer-changes] [11586] CalendarServer/trunk/txdav/common/datastore/upgrade/migrate.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 6 13:15:05 PDT 2013


Revision: 11586
          http://trac.calendarserver.org//changeset/11586
Author:   sagen at apple.com
Date:     2013-08-06 13:15:05 -0700 (Tue, 06 Aug 2013)
Log Message:
-----------
Fix indent which prevented data migration

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/upgrade/migrate.py

Modified: CalendarServer/trunk/txdav/common/datastore/upgrade/migrate.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/upgrade/migrate.py	2013-08-06 19:22:01 UTC (rev 11585)
+++ CalendarServer/trunk/txdav/common/datastore/upgrade/migrate.py	2013-08-06 20:15:05 UTC (rev 11586)
@@ -297,8 +297,8 @@
 
                     appropriateStoreClass = AppleDoubleStore
 
-                    return FileStore(path, None, None, True, True,
-                              propertyStoreClass=appropriateStoreClass)
+                return FileStore(path, None, None, True, True,
+                          propertyStoreClass=appropriateStoreClass)
         return None
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130806/3c5fbc9f/attachment.html>


More information about the calendarserver-changes mailing list