mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
learn to make tox happy
This commit is contained in:
parent
b24eae8369
commit
a72964ab3f
4 changed files with 8 additions and 9 deletions
|
@ -91,7 +91,7 @@ class ApplicationPartDelete(ApplicationBase):
|
|||
)
|
||||
xml_answer = xml_delete(
|
||||
base_prefix, path, item.collection, item.href)
|
||||
for i in hook_notification_item_list:
|
||||
self._hook.notify(i)
|
||||
for notification_item in hook_notification_item_list:
|
||||
self._hook.notify(notification_item)
|
||||
headers = {"Content-Type": "text/xml; charset=%s" % self._encoding}
|
||||
return client.OK, headers, self._xml_response(xml_answer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue