This commit is contained in:
deadsmond 2019-12-03 21:44:17 +01:00
parent f06f7c3e37
commit 860f3c7db5

View File

@ -57,5 +57,5 @@ shutil.copy(
with open(sys.argv[1].replace('.arg', '.exp'), 'r') as f:
for line in f:
# print(line.decode('utf-16', 'ignore'))
result = [type(line), list(line), line]
print(result)
result = [list(line), line]
print(str(result[1]))