Fixed issue in python wrapper with brief description since it has been enabled

This commit is contained in:
Sylvain Berfini 2017-07-10 17:49:44 +02:00
parent a8088c83db
commit 82c68c8e17

View file

@ -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: