[CalendarServer-changes] [2482] CalendarServer/trunk/twistedcaldav/timezones.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 23 21:47:30 PDT 2008


Revision: 2482
          http://trac.macosforge.org/projects/calendarserver/changeset/2482
Author:   wsanchez at apple.com
Date:     2008-05-23 21:47:29 -0700 (Fri, 23 May 2008)

Log Message:
-----------
tzStream undefined

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/timezones.py

Modified: CalendarServer/trunk/twistedcaldav/timezones.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/timezones.py	2008-05-24 04:43:36 UTC (rev 2481)
+++ CalendarServer/trunk/twistedcaldav/timezones.py	2008-05-24 04:47:29 UTC (rev 2482)
@@ -77,11 +77,11 @@
         calendar = Component.fromString(tzData)
 
         if calendar.name() != "VCALENDAR":
-            raise TimezoneException("%s does not contain valid iCalendar data." % (tzStream.name,))
+            raise TimezoneException("%s does not contain valid iCalendar data." % (tzid,))
 
         # Check that we now have it cached
         if getTzid(tzid) == None:
-            raise TimezoneException("Could not read timezone %s from %s." % (tzid, tzStream.name))
+            raise TimezoneException("Could not read timezone %s from timezone cache." % (tzid,))
         
         return True
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080523/085269ad/attachment.htm 


More information about the calendarserver-changes mailing list