Skip to content

Commit

Permalink
Fix get_file_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 24, 2024
1 parent a2c4b50 commit eaf1793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scdl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- encoding: utf-8 -*-
"""Python Soundcloud Music Downloader."""
__version__ = "v2.9.3"
__version__ = "v2.9.4"
1 change: 1 addition & 0 deletions scdl/scdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def clean_up_locks():


def get_filelock(path: pathlib.Path, timeout: int = 10):
path = pathlib.Path(path)
path = path.resolve()
file_lock_dirs.append(path.parent)
lock_path = str(path) + ".scdl.lock"
Expand Down

0 comments on commit eaf1793

Please sign in to comment.