Fix urgent: regression sur XMLgetAbsEtud
This commit is contained in:
parent
edc6da3005
commit
671ef6a7fa
@ -1497,4 +1497,4 @@ def XMLgetAbsEtud(beg_date="", end_date=""):
|
|||||||
)
|
)
|
||||||
log("XMLgetAbsEtud (%gs)" % (time.time() - t0))
|
log("XMLgetAbsEtud (%gs)" % (time.time() - t0))
|
||||||
data = sco_xml.XML_HEADER + ElementTree.tostring(doc).decode(scu.SCO_ENCODING)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user