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

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 16 14:13:33 PDT 2012


Revision: 9128
          http://trac.macosforge.org/projects/calendarserver/changeset/9128
Author:   wsanchez at apple.com
Date:     2012-04-16 14:13:32 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add exception 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 21:12:07 UTC (rev 9127)
+++ CalendarServer/trunk/calendarserver/tools/shell/cmd.py	2012-04-16 21:13:32 UTC (rev 9128)
@@ -652,7 +652,7 @@
         if tokens:
             raise UnknownArguments(tokens)
 
-        raise NotImplementedError("")
+        raise NotImplementedError("Command not implemented")
 
     cmd_sql.hidden = "not implemented"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120416/71b2f096/attachment-0001.html>


More information about the calendarserver-changes mailing list