From bafee0f4491633f217fd77bf5f38999834b286dd Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:37:13 +0800 Subject: [PATCH] Update GAT.py --- py/GAT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/GAT.py b/py/GAT.py index 0af9fe3..18736f3 100644 --- a/py/GAT.py +++ b/py/GAT.py @@ -783,7 +783,7 @@ with open(file_path, 'r+', encoding='utf-8') as f: ################################################################################################任务结束,删除不必要的过程文件 -files_to_remove = ["GAT.txt", "汇总.txt"] +files_to_remove = ["gat.txt", "汇总.txt"] for file in files_to_remove: if os.path.exists(file): os.remove(file)