[CalendarServer-changes] [863] CalendarServer/trunk/twistedcaldav/tap.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 19 17:04:20 PST 2006


Revision: 863
          http://trac.macosforge.org/projects/calendarserver/changeset/863
Author:   dreid at apple.com
Date:     2006-12-19 17:04:20 -0800 (Tue, 19 Dec 2006)

Log Message:
-----------
Fix inner call to options for possible boolean values

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

Modified: CalendarServer/trunk/twistedcaldav/tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/tap.py	2006-12-20 00:51:00 UTC (rev 862)
+++ CalendarServer/trunk/twistedcaldav/tap.py	2006-12-20 01:04:20 UTC (rev 863)
@@ -89,7 +89,7 @@
 
             self.overrides[key] = value
         else:
-            self.opt_options('%s=True' % (option,))
+            self.opt_option('%s=True' % (option,))
 
     opt_o = opt_option
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061219/d2e3b13e/attachment.html


More information about the calendarserver-changes mailing list