Update GAT.py

This commit is contained in:
frxz751113
2024-10-03 01:56:08 +08:00
committed by GitHub
parent d696b569a1
commit 893e78cb90
+1 -1
View File
@@ -31,7 +31,7 @@ with open(output_file, 'w', encoding='utf-8') as f:
with open('gat.txt', 'r', encoding='utf-8') as infile: with open('gat.txt', 'r', encoding='utf-8') as infile:
lines = infile.readlines lines = infile.readlines()
new_lines = [] new_lines = []
for i in range(len(lines)): for i in range(len(lines)):
line = lines[i] line = lines[i]