Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
82c68c8e
Commit
82c68c8e
authored
Jul 10, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed issue in python wrapper with brief description since it has been enabled
parent
a8088c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/python/apixml2python/linphone.py
View file @
82c68c8e
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment