[CalendarServer-changes] [14105] CalendarServer/trunk/txdav
source_changes at macosforge.org
source_changes at macosforge.org
Mon Oct 27 07:39:17 PDT 2014
Revision: 14105
http://trac.calendarserver.org//changeset/14105
Author: cdaboo at apple.com
Date: 2014-10-27 07:39:17 -0700 (Mon, 27 Oct 2014)
Log Message:
-----------
pyflakes.
Modified Paths:
--------------
CalendarServer/trunk/txdav/base/datastore/subpostgres.py
CalendarServer/trunk/txdav/who/test/test_delegates.py
Modified: CalendarServer/trunk/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/subpostgres.py 2014-10-25 00:23:04 UTC (rev 14104)
+++ CalendarServer/trunk/txdav/base/datastore/subpostgres.py 2014-10-27 14:39:17 UTC (rev 14105)
@@ -604,7 +604,6 @@
self.startDatabase()
-
def stopService(self):
"""
Stop all child services, then stop the subprocess, if it's running.
Modified: CalendarServer/trunk/txdav/who/test/test_delegates.py
===================================================================
--- CalendarServer/trunk/txdav/who/test/test_delegates.py 2014-10-25 00:23:04 UTC (rev 14104)
+++ CalendarServer/trunk/txdav/who/test/test_delegates.py 2014-10-27 14:39:17 UTC (rev 14105)
@@ -294,7 +294,7 @@
delegateUIDs = yield Delegates._memcacher.getMembers(delegate.uid, readWrite, expanded)
self.assertEqual(
set(delegateUIDs) if delegateUIDs is not None else None,
- set([delegate.uid for delegate in results]) if results is not None else None,
+ set([result.uid for result in results]) if results is not None else None,
msg="uid:{}, rw={}, expanded={}".format(delegate.uid, readWrite, expanded)
)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141027/71974852/attachment.html>
More information about the calendarserver-changes
mailing list