Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
48d6a9b0
Commit
48d6a9b0
authored
May 14, 2022
by
Philipp Hörist
Browse files
fix: AdHoc: Don’t raise on empty nodes
parent
39cb5cc7
Pipeline
#9881
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/modules/adhoc.py
View file @
48d6a9b0
...
...
@@ -50,8 +50,6 @@ class AdHoc(BaseModule):
raise
StanzaError
(
response
)
children
=
response
.
getQueryChildren
()
if
not
children
:
raise
MalformedStanzaError
(
'query children missing'
,
response
)
command_list
=
[]
for
item
in
children
:
...
...
Philipp Hörist
@lovetox
mentioned in issue
gajim#10853 (closed)
·
May 14, 2022
mentioned in issue
gajim#10853 (closed)
mentioned in issue gajim#10853
Toggle commit list
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