[CalendarServer-changes] [12778] CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ query.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 1 07:17:14 PST 2014


Revision: 12778
          http://trac.calendarserver.org//changeset/12778
Author:   cdaboo at apple.com
Date:     2014-03-01 07:17:14 -0800 (Sat, 01 Mar 2014)
Log Message:
-----------
Fix use of -e for query end time.

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py	2014-02-28 02:29:10 UTC (rev 12777)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/query.py	2014-03-01 15:17:14 UTC (rev 12778)
@@ -49,7 +49,7 @@
             elif name == "-s":
                 start = value
             elif name == "-e":
-                start = value
+                end = value
             elif name == "-x":
                 expand = True
             elif name == "-d":
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140301/07f29de6/attachment-0001.html>


More information about the calendarserver-changes mailing list