Update GAT.py
This commit is contained in:
@@ -769,7 +769,7 @@ with open(file_path, 'r+', encoding='utf-8') as f:
|
|||||||
|
|
||||||
|
|
||||||
################################################################################################任务结束,删除不必要的过程文件
|
################################################################################################任务结束,删除不必要的过程文件
|
||||||
files_to_remove = ["网络收集.txt", "汇总.txt"]
|
files_to_remove = ["gat.txt", "汇总.txt"]
|
||||||
for file in files_to_remove:
|
for file in files_to_remove:
|
||||||
if os.path.exists(file):
|
if os.path.exists(file):
|
||||||
os.remove(file)
|
os.remove(file)
|
||||||
|
|||||||
Reference in New Issue
Block a user