mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
remove unused variables
This commit is contained in:
parent
edc20ed510
commit
55cd363f10
8 changed files with 8 additions and 8 deletions
|
@ -49,7 +49,7 @@ class ApplicationGetMixin:
|
|||
value = "attachement"
|
||||
try:
|
||||
encoded_filename = quote(filename, encoding=self.encoding)
|
||||
except UnicodeEncodeError as e:
|
||||
except UnicodeEncodeError:
|
||||
logger.warning("Failed to encode filename: %r", filename,
|
||||
exc_info=True)
|
||||
encoded_filename = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue