From e02a31af89429f858a0c7880c15a93020b75c80d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 9 Jun 2024 14:35:14 +0200 Subject: [PATCH] fix flake8 error report --- radicale/storage/multifilesystem/get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/storage/multifilesystem/get.py b/radicale/storage/multifilesystem/get.py index a2ee9e83..afbfd3cc 100644 --- a/radicale/storage/multifilesystem/get.py +++ b/radicale/storage/multifilesystem/get.py @@ -107,7 +107,7 @@ class CollectionPartGet(CollectionPartCache, CollectionPartLock, return else: raise RuntimeError("Failed to load item %r in %r: %s" % - (href, self.path, e)) from e + (href, self.path, e)) from e # Clean cache entries once after the data in the file # system was edited externally. if not self._item_cache_cleaned: