[CalendarServer-changes] [15079] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 30 08:37:55 PDT 2015


Revision: 15079
          http://trac.calendarserver.org//changeset/15079
Author:   cdaboo at apple.com
Date:     2015-08-30 08:37:55 -0700 (Sun, 30 Aug 2015)
Log Message:
-----------
Fix for last commit.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2015-08-29 17:58:42 UTC (rev 15078)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2015-08-30 15:37:55 UTC (rev 15079)
@@ -210,7 +210,7 @@
         self.changeToken = changeToken
         self.events = {}
 
-        if self.name is None:
+        if self.name is None and self.url is not None:
             self.name = self.url.rstrip("/").split("/")[-1]
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150830/84f802fc/attachment.html>


More information about the calendarserver-changes mailing list