This commit is contained in:
jxxghp
2025-08-24 16:55:37 +08:00
parent 8fac8c5307
commit 069ea22ba2
3 changed files with 32 additions and 12 deletions

View File

@@ -603,7 +603,7 @@ class TransferChain(ChainBase, metaclass=Singleton):
finished_files.append(Path(fileitem.path).as_posix())
__process_msg = f"{fileitem.name} 整理完成"
logger.info(__process_msg)
progress.update(value=processed_num / total_num * 100,
progress.update(value=(processed_num / total_num) * 100,
text=__process_msg,
data={})
except queue.Empty: