[CalendarServer-changes] [280] CalDAVTester/trunk/src/manager.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 19 13:18:33 PDT 2006


Revision: 280
          http://trac.macosforge.org/projects/calendarserver/changeset/280
Author:   cdaboo at apple.com
Date:     2006-10-19 13:18:33 -0700 (Thu, 19 Oct 2006)

Log Message:
-----------
Fix for directory path option.

Modified Paths:
--------------
    CalDAVTester/trunk/src/manager.py

Modified: CalDAVTester/trunk/src/manager.py
===================================================================
--- CalDAVTester/trunk/src/manager.py	2006-10-19 03:13:09 UTC (rev 279)
+++ CalDAVTester/trunk/src/manager.py	2006-10-19 20:18:33 UTC (rev 280)
@@ -141,7 +141,7 @@
             elif option == "-d":
                 self.depopulate = True
             elif option == "-x":
-                self.dname = value
+                dname = value
             elif option == "--all":
                 all = True
                 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061019/ee5263e8/attachment.html


More information about the calendarserver-changes mailing list