diff --git a/radicale/__init__.py b/radicale/__init__.py index 55329e5..1d4a3a5 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -423,7 +423,7 @@ class Application(object): collection.tag, collection.headers, items) etag = item.etag else: - return client.GONE, {}, None + return client.NOT_FOUND, {}, None else: # Create the collection if it does not exist if not collection.exists: