mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-28 03:02:34 +08:00
fix move移动模式
This commit is contained in:
@@ -59,7 +59,8 @@ class SystemUtils:
|
||||
移动
|
||||
"""
|
||||
try:
|
||||
shutil.move(src.replace(dest.name), dest)
|
||||
temp = src.replace(src.parent / dest.name)
|
||||
shutil.move(temp, dest)
|
||||
return 0, ""
|
||||
except Exception as err:
|
||||
print(str(err))
|
||||
|
||||
Reference in New Issue
Block a user