placement_group_size_control #2

Closed
jmplace wants to merge 150 commits from placement_group_size_control into master
Showing only changes of commit 671ef6a7fa - Show all commits

View File

@ -1497,4 +1497,4 @@ def XMLgetAbsEtud(beg_date="", end_date=""):
)
log("XMLgetAbsEtud (%gs)" % (time.time() - t0))
data = sco_xml.XML_HEADER + ElementTree.tostring(doc).decode(scu.SCO_ENCODING)
scu.send_file(data, mime=scu.XML_MIMETYPE, attached=False)
return scu.send_file(data, mime=scu.XML_MIMETYPE, attached=False)