Reviewers: ,


Please review this at http://codereview.tryton.org/432001/

Affected files:
  M todo.py


Index: todo.py
===================================================================

--- a/todo.py
+++ b/todo.py
@@ -695,7 +695,7 @@
         ical = vobject.iCalendar()
         vtodo = ical.add('vtodo')
         if todo.vtodo:
-            ical.vtodo = vobject.readOne(todo.vtodo)
+            ical.vtodo = vobject.readOne(str(todo.vtodo))
             vtodo = ical.vtodo
             ical.vtodo.transformToNative()
         if todo.summary:



--
[email protected] mailing list

Reply via email to