This commit is contained in:
恍兮惚兮 2024-04-26 06:59:32 +08:00
parent 0c002cf4ac
commit ab9d28f988

View File

@ -113,7 +113,7 @@ def downloadcommon():
for item in contents:
item_path = os.path.join(source_dir, item)
shutil.copytree(item_path, destination_dir)
shutil.copytree(item_path, destination_dir,dirs_exist_ok=True)
#shutil.move(item_path, destination_dir)
move_directory_contents(
"ALL/ALL", f"{rootDir}/LunaTranslator/files/plugins"