Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
82c68c8e
Commit
82c68c8e
authored
Jul 10, 2017
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue in python wrapper with brief description since it has been enabled
parent
a8088c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools/python/apixml2python/linphone.py
tools/python/apixml2python/linphone.py
+3
-0
No files found.
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