mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
fix flake8 error report
This commit is contained in:
parent
a70c69ee28
commit
e02a31af89
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue