1
0
Fork 0
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:
Unrud 2018-11-04 18:54:11 +00:00
parent edc20ed510
commit 55cd363f10
8 changed files with 8 additions and 8 deletions

View file

@ -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 = ""