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: