From 82c68c8e1710816fa339352a3beba1482a7940b2 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 10 Jul 2017 17:49:44 +0200 Subject: [PATCH] Fixed issue in python wrapper with brief description since it has been enabled --- tools/python/apixml2python/linphone.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/python/apixml2python/linphone.py b/tools/python/apixml2python/linphone.py index ed373484b..3ee39ad05 100644 --- a/tools/python/apixml2python/linphone.py +++ b/tools/python/apixml2python/linphone.py @@ -1360,6 +1360,9 @@ class LinphoneModule(object): doc = '' if brief_description is None: brief_description = '' + else: + brief_description = brief_description.text + if detailed_description is None: detailed_description = '' else: