pykolab/xml

Thomas Brüderli bruederli at kolabsys.com
Thu Mar 26 11:21:32 CET 2015


 pykolab/xml/note.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c68a8b1248a5ef4317c403a5062ee4961b2a85ab
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Mar 26 11:21:28 2015 +0100

    Return the correct variable

diff --git a/pykolab/xml/note.py b/pykolab/xml/note.py
index e46c41c..fa1c89b 100644
--- a/pykolab/xml/note.py
+++ b/pykolab/xml/note.py
@@ -20,7 +20,7 @@ def note_from_message(message):
             elif note and part.has_key('Content-ID'):
                 note._attachment_parts.append(part)
 
-    return todo
+    return note
 
 
 class Note(kolabformat.Note):




More information about the commits mailing list