[CalendarServer-changes] [15089] CalendarServer/trunk/calendarserver/tools/calverify.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 2 12:53:17 PDT 2015


Revision: 15089
          http://trac.calendarserver.org//changeset/15089
Author:   cdaboo at apple.com
Date:     2015-09-02 12:53:16 -0700 (Wed, 02 Sep 2015)
Log Message:
-----------
Fix bug with --summary.

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

Modified: CalendarServer/trunk/calendarserver/tools/calverify.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/calverify.py	2015-09-02 17:08:13 UTC (rev 15088)
+++ CalendarServer/trunk/calendarserver/tools/calverify.py	2015-09-02 19:53:16 UTC (rev 15089)
@@ -2690,11 +2690,11 @@
             table.addHeader(("GUID", "Name", "RID", "UID",))
             missing = 0
             for item in sorted(self.uuid_details):
-                if not item.purged:
+                if not item.missing:
                     continue
                 uuid = item.uuid
                 rname = item.rname
-                for detail in item.purged:
+                for detail in item.missing:
                     table.addRow((
                         uuid,
                         rname,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150902/c479a318/attachment.html>


More information about the calendarserver-changes mailing list