Reviewers: ,
Please review this at http://codereview.tryton.org/433001/ Affected files: M party.py Index: party.py =================================================================== --- a/party.py +++ b/party.py @@ -286,7 +286,7 @@ import vobject if party.vcard: - vcard = vobject.readOne(party.vcard) + vcard = vobject.readOne(str(party.vcard)) else: vcard = vobject.vCard() if not hasattr(vcard, 'n'): -- [email protected] mailing list
