From a65f96fe41007cacac16b1669bb4a75dc933096d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 28 Jul 2014 11:28:12 +0200 Subject: [PATCH] Fix syntax error --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index aa0e5cd..06c867a 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -340,7 +340,7 @@ class Application(object): user): """Manage DELETE request.""" if not len(write_collections): - return return NOT_ALLOWED + return NOT_ALLOWED collection = write_collections[0]