From 5e5427f98772ef9a6e545b49d22e977aa020e5af Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 13 Jul 2016 17:59:52 +0200 Subject: [PATCH] Cosmetics --- radicale/storage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radicale/storage.py b/radicale/storage.py index b24d3e9..bca1619 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -626,8 +626,7 @@ class Collection(BaseCollection): cls.logger.debug("Unlocking not supported") elif os.name == "posix": try: - fcntl.lockf(cls._lock_file.fileno(), - fcntl.LOCK_UN) + fcntl.lockf(cls._lock_file.fileno(), fcntl.LOCK_UN) except OSError: cls.logger.debug("Unlocking not supported") cls._lock_file_locked = False