diff --git a/radicale/__init__.py b/radicale/__init__.py index 1d2a27f..c33cd9e 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -424,7 +424,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: