Closed corranwebster closed 10 years ago
To replicate:
xo.py
The file will have grown an extra newline at the end even if it has a newline at the end. This is probably a bug in the code that is supposed to ensure that a file always ends with a newline.
Very true! Thanks for pointing this out @corranwebster. I'll try to get a fix out soon.
Fixed! Also uploaded new version to pypi.
To replicate:
xo.py
itself)The file will have grown an extra newline at the end even if it has a newline at the end. This is probably a bug in the code that is supposed to ensure that a file always ends with a newline.