fix remove
dl / lint (push) Successful in 1m34s Details
dl / docker (push) Successful in 49s Details

This commit is contained in:
Michel Roux 2023-10-02 11:54:17 +02:00
parent efec5add4c
commit a41f88d6b6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def remove(path):
to_remove = []
for name in os.listdir(path):
if os.path.isfile(name):
if os.path.isfile(f"{path}/{name}"):
id = get_title_shortid(name)
if not id: