mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Fix typo
This commit is contained in:
parent
b1ce0fcfd3
commit
ba5d38d09b
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ def _item_response(href, found_props=(), not_found_props=(), found_item=True):
|
||||||
propstat = ET.Element(_tag("D", "propstat"))
|
propstat = ET.Element(_tag("D", "propstat"))
|
||||||
status = ET.Element(_tag("D", "status"))
|
status = ET.Element(_tag("D", "status"))
|
||||||
status.text = _response(404)
|
status.text = _response(404)
|
||||||
prop = ET.Element(_Tag("D", "prop"))
|
prop = ET.Element(_tag("D", "prop"))
|
||||||
for p in not_found_props:
|
for p in not_found_props:
|
||||||
prop.append(p)
|
prop.append(p)
|
||||||
propstat.append(prop)
|
propstat.append(prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue