Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XNAT-Group
XNAT_Query_Client_XSA
Commits
c729b04a
Commit
c729b04a
authored
Sep 30, 2015
by
Franziska Koehn
Browse files
bug fixed
parent
5c17c921
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsa/queries.py
View file @
c729b04a
...
...
@@ -303,6 +303,7 @@ def create_xml_tree(root_type, query, fields):
child
=
ET
.
SubElement
(
parent
,
"xdat:child_set"
,
method
=
"AND"
)
iter_child
=
iter
(
element
)
create_criterias
(
child
,
next
(
iter_child
),
iter_child
)
create_criterias
(
parent
,
next
(
iterator
),
iterator
)
except
StopIteration
:
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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