1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Cosmetics

This commit is contained in:
Guillaume Ayoub 2016-08-01 12:50:51 +02:00
parent 711ecf5df2
commit 6bfdcbafec
7 changed files with 8 additions and 7 deletions

View file

@ -778,7 +778,7 @@ def proppatch(path, xml_request, collection):
_add_propstat_to(response, short_name, 200)
for short_name in props_to_remove:
collection.set_meta(short_name, '')
collection.set_meta(short_name, "")
_add_propstat_to(response, short_name, 200)
return _pretty_xml(multistatus)