[CalendarServer-changes] [14380] CalendarServer/branches/release/CalendarServer-5.4-dev/ twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 5 14:30:42 PST 2015


Revision: 14380
          http://trac.calendarserver.org//changeset/14380
Author:   cdaboo at apple.com
Date:     2015-02-05 14:30:42 -0800 (Thu, 05 Feb 2015)
Log Message:
-----------
Invert pre-condition name.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/storebridge.py	2015-02-05 22:30:17 UTC (rev 14379)
+++ CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/storebridge.py	2015-02-05 22:30:42 UTC (rev 14380)
@@ -2985,7 +2985,7 @@
         except InvalidSplit as e:
             raise HTTPError(ErrorResponse(
                 FORBIDDEN,
-                (calendarserver_namespace, "invalid-split",),
+                (calendarserver_namespace, "valid-split",),
                 str(e),
             ))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150205/09451319/attachment.html>


More information about the calendarserver-changes mailing list