소스 검색

Cosmetics

Guillaume Ayoub 9 년 전
부모
커밋
5e5427f987
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      radicale/storage.py

+ 1 - 2
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