From 3882cf2bc82545251c476b762dfd068ee1354dd9 Mon Sep 17 00:00:00 2001 From: Tuna Celik Date: Mon, 17 Aug 2020 03:05:48 +0200 Subject: [PATCH] Renamed variable --- radicale/app/delete.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale/app/delete.py b/radicale/app/delete.py index fc748030..d824ad56 100644 --- a/radicale/app/delete.py +++ b/radicale/app/delete.py @@ -65,9 +65,9 @@ class ApplicationDeleteMixin: return httputils.PRECONDITION_FAILED if isinstance(item, storage.BaseCollection): xml_answer = xml_delete(base_prefix, path, item) - for item in item.get_all(): + for i in item.get_all(): hook_notification_item = HookNotificationItem( - HookNotificationItemTypes.DELETE, item.uid) + HookNotificationItemTypes.DELETE, i.uid) self._hook.notify(hook_notification_item) else: xml_answer = xml_delete(