Skip to content

Commit

Permalink
Fix #58
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed Sep 30, 2024
1 parent 9f3aa80 commit cdede18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bbb_dl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,6 @@ def get_working_dir(
def check_directory(path: str, default_path: str, file_type: str, option_name: str):
if path is None:
path = default_path
else:
path = PT.sanitize_path(path)

path = PT.get_abs_path(path)
try:
Expand Down
2 changes: 1 addition & 1 deletion bbb_dl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.12'
__version__ = '1.0.13'

0 comments on commit cdede18

Please sign in to comment.