mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-25 19:30:54 +00:00
Rename _write_xml_content to _xml_response
This commit is contained in:
parent
f23b413cef
commit
5aef41e691
5 changed files with 6 additions and 7 deletions
|
@ -116,5 +116,4 @@ class ApplicationProppatchMixin:
|
|||
logger.warning(
|
||||
"Bad PROPPATCH request on %r: %s", path, e, exc_info=True)
|
||||
return httputils.BAD_REQUEST
|
||||
return (client.MULTI_STATUS, headers,
|
||||
self._write_xml_content(xml_answer))
|
||||
return client.MULTI_STATUS, headers, self._xml_response(xml_answer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue