Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Aug 18, 2024
1 parent 6dde8e9 commit 9732b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scdl/scdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def clean_up_locks() -> None:

atexit.register(clean_up_locks)


def get_filelock(path: Union[pathlib.Path, str], timeout: int = 10) -> filelock.BaseFileLock:
path = pathlib.Path(path)
path.parent.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 9732b53

Please sign in to comment.