Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when including files without newlines #20

Merged
merged 1 commit into from Aug 20, 2020
Merged

Fix error when including files without newlines #20

merged 1 commit into from Aug 20, 2020

Conversation

sharat87
Copy link
Contributor

The last character of each line is being chipped off, so as to
remove the newline character. But when working with files
without any newlines, this chips off a significant character.

This commit fixes this problem.

The last character of each line is being chipped off, so as to
remove the newline character. But when working with files
without any newlines, this chips off a significant character.

This commit fixes this problem.
@itopaloglu83
Copy link

@cmacmackin this is a vital fix for many users. Could you merge it pretty please? 🥺

@cmacmackin cmacmackin merged commit 1fb1fcb into cmacmackin:master Aug 20, 2020
@itopaloglu83
Copy link

@cmacmackin releasing the 0.6.0 anytime soon?

@cmacmackin
Copy link
Owner

cmacmackin commented Aug 20, 2020

Just now: v0.6.0. It's been uploaded to PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants