Skip to content

Commit

Permalink
Rebased onto lastest main and fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Monari committed Nov 3, 2023
1 parent 9cc5e94 commit 5395999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/logic/lock_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _zk_flock(self) -> None:
raise RuntimeError("ZK flock enabled, but zookeeper is not configured")


def fail_on_lock_acquiring(force_exit: bool, e: Optional[Exception] = None):
def fail_on_lock_acquiring(force_exit: bool, e: Optional[Exception] = None) -> None:
"""
Determines how to exit from the lock acquisition process
"""
Expand Down

0 comments on commit 5395999

Please sign in to comment.