mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
remove unused variables
This commit is contained in:
parent
d0dac14f84
commit
5603c55ccc
2 changed files with 7 additions and 7 deletions
|
@ -1353,7 +1353,7 @@ class Collection(BaseCollection):
|
|||
cache_hash, *content = pickle.load(f)
|
||||
if cache_hash == input_hash:
|
||||
uid, etag, text, name, tag, start, end = content
|
||||
except FileNotFoundError as e:
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
except (pickle.UnpicklingError, ValueError) as e:
|
||||
self.logger.warning(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue