diff --git a/radicale/storage/multifilesystem/get.py b/radicale/storage/multifilesystem/get.py index afbfd3cc..c52c1f7e 100644 --- a/radicale/storage/multifilesystem/get.py +++ b/radicale/storage/multifilesystem/get.py @@ -104,7 +104,7 @@ class CollectionPartGet(CollectionPartCache, CollectionPartLock, except Exception as e: if self._skip_broken_item: logger.warning("Skip broken item %r in %r: %s", href, self.path, e) - return + return None else: raise RuntimeError("Failed to load item %r in %r: %s" % (href, self.path, e)) from e