mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fixed issue in python wrapper with brief description since it has been enabled
This commit is contained in:
parent
a8088c83db
commit
82c68c8e17
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue