mirror of https://github.com/pmret/papermario.git
PR comment
This commit is contained in:
parent
f88b57873d
commit
134fcbfa44
|
|
@ -21,6 +21,6 @@ for line in symbol_lines:
|
|||
sys.exit(55)
|
||||
syms[addr] = line
|
||||
|
||||
with open("test.txt", newline="\n", mode="w") as f:
|
||||
with open(file_path, newline="\n", mode="w") as f:
|
||||
for addr in sorted(syms):
|
||||
f.write(syms[addr])
|
||||
|
|
|
|||
Loading…
Reference in New Issue