[CalendarServer-changes] [3429] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/itip .py

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 1 20:17:21 PST 2008


Revision: 3429
          http://trac.macosforge.org/projects/calendarserver/changeset/3429
Author:   cdaboo at apple.com
Date:     2008-12-01 20:17:21 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
Fix unicode/ascii decode errors.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/itip.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/itip.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/itip.py	2008-12-02 02:12:14 UTC (rev 3428)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/itip.py	2008-12-02 04:17:21 UTC (rev 3429)
@@ -570,7 +570,7 @@
         emitAccounting(
             "iTIP", principal,
             "Originator: %s\nRecipients: %s\n\n%s"
-            % (principal.principalURL(), organizer, str(replycal))
+            % (principal.principalURL(), str(organizer), str(replycal))
         )
 
     returnValue(result)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081201/1a404789/attachment-0001.html>


More information about the calendarserver-changes mailing list