From 11d5b6415b6e2a523f0d03e9ee03684840b86e80 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Tue, 14 Nov 2023 22:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84Wo?= =?UTF-8?q?rd=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 4 ++-- app/DataBase/output.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c26ddc4..af09bb9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -76,7 +76,7 @@ - + - + diff --git a/app/DataBase/output.py b/app/DataBase/output.py index 4af2363..6f1b694 100644 --- a/app/DataBase/output.py +++ b/app/DataBase/output.py @@ -85,6 +85,7 @@ class Output(QThread): if num != 0: middle_new_docx.append(word_document) num = num + 1 + os.remove(word) middle_new_docx.save(origin_docx_path + '/' + filename) def progress(self, value):