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

put b(binary) back infront of bytes join for better support of python3 #30

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

jeffdyke
Copy link
Contributor

This reverts PR #356 from grunt-webfont. I'm not positive when in python3 this broke, but in later versions, say >=3.7, the scripts silently fails to create eot files. python2.7 ignores the b notation, so that should not impact earlier versions. I've seen this in linux builds and recently in an osx build and we have validation that ensures all assets are built, so the build will fail if not on python2.7 or python3 (less than something, but i thought bytes were a big change for 3.0). This change ensures they are generated, i will look for tests in the repo to confirm this change passes.

@jeffdyke
Copy link
Contributor Author

CodeFactor failed for something i did not change.

Copy link
Owner

@L2jLiga L2jLiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checked with Python 3.8.7, issue fixed

@L2jLiga L2jLiga merged commit 3b6027f into L2jLiga:master Aug 19, 2021
@L2jLiga
Copy link
Owner

L2jLiga commented Aug 19, 2021

released as v4.0.1

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.

2 participants