1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +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

@ -95,7 +95,7 @@ class ApplicationProppatchMixin:
logger.warning(
"Bad PROPPATCH request on %r: %s", path, e, exc_info=True)
return httputils.BAD_REQUEST
except socket.timeout as e:
except socket.timeout:
logger.debug("client timed out", exc_info=True)
return httputils.REQUEST_TIMEOUT
with self.Collection.acquire_lock("w", user):