[CalendarServer-changes] [6419] CalendarServer/trunk/calendarserver/tools/gateway.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 13 12:40:22 PDT 2010


Revision: 6419
          http://trac.macosforge.org/projects/calendarserver/changeset/6419
Author:   cdaboo at apple.com
Date:     2010-10-13 12:40:20 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
Fix missing str conversion.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/gateway.py

Modified: CalendarServer/trunk/calendarserver/tools/gateway.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/gateway.py	2010-10-13 18:17:39 UTC (rev 6418)
+++ CalendarServer/trunk/calendarserver/tools/gateway.py	2010-10-13 19:40:20 UTC (rev 6419)
@@ -119,7 +119,7 @@
             return
         setupMemcached(config)
     except ConfigurationError, e:
-        respondWithError(e)
+        respondWithError(str(e))
         return
 
     #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101013/91c92aa9/attachment.html>


More information about the calendarserver-changes mailing list