nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
84 stars 18 forks source link

Fix FixLineEndings function not working with a string read from file #414

Closed mkruselj closed 7 months ago

mkruselj commented 7 months ago

It erroneously used TextIOWrapper from reading the file but not storing the result of the read to a variable.