[CalendarServer-changes] [9134] CalendarServer/trunk/calendarserver/tools/shell/cmd.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 16 16:17:39 PDT 2012


Revision: 9134
          http://trac.macosforge.org/projects/calendarserver/changeset/9134
Author:   wsanchez at apple.com
Date:     2012-04-16 16:17:38 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add a message.

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

Modified: CalendarServer/trunk/calendarserver/tools/shell/cmd.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/cmd.py	2012-04-16 23:10:10 UTC (rev 9133)
+++ CalendarServer/trunk/calendarserver/tools/shell/cmd.py	2012-04-16 23:17:38 UTC (rev 9134)
@@ -154,7 +154,7 @@
         token = tokens[-1]
 
         if "/" in token:
-            raise NotImplementedError()
+            raise NotImplementedError("Path completion not fully implemented.")
         else:
             base = self.wd
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120416/ecd4fb65/attachment.html>


More information about the calendarserver-changes mailing list