This commit is contained in:
jxxghp
2024-05-24 11:31:37 +08:00
parent eb4e4b5141
commit ebc46d7d3b
2 changed files with 0 additions and 24 deletions

View File

@ -70,10 +70,6 @@ def manual_transfer(path: str = None,
if history.dest and str(history.dest) != "None":
# 删除旧的已整理文件
transfer.delete_files(Path(history.dest))
if not target:
target = transfer.get_root_path(path=history.dest,
type_name=history.type,
category=history.category)
elif path:
in_path = Path(path)
else: