[CalendarServer-changes] [8862] CalendarServer/trunk/calendarserver/tools/shell/vfs.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 13 22:33:38 PDT 2012


Revision: 8862
          http://trac.macosforge.org/projects/calendarserver/changeset/8862
Author:   wsanchez at apple.com
Date:     2012-03-13 22:33:38 -0700 (Tue, 13 Mar 2012)
Log Message:
-----------
Use child name in child path, not child uid

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell/vfs.py

Modified: CalendarServer/trunk/calendarserver/tools/shell/vfs.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-03-14 05:29:26 UTC (rev 8861)
+++ CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-03-14 05:33:38 UTC (rev 8862)
@@ -192,7 +192,7 @@
 
         return PrincipalHomeFolder(
             self.service,
-            self.path + (record.uid,),
+            self.path + (name,),
             record.uid,
             record=record
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120313/b66c3a33/attachment.html>


More information about the calendarserver-changes mailing list