Karijn Wessing

Results 1 comments of Karijn Wessing

the Join on line 80 takes an empty string as separator, this should be a newline. f.write(''.join(lines)) should be f.write('\n'.join(lines))