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

Prettier output is breaking "full_report" in main.py. #14

Open
robrobbins opened this issue Dec 12, 2017 · 0 comments
Open

Prettier output is breaking "full_report" in main.py. #14

robrobbins opened this issue Dec 12, 2017 · 0 comments

Comments

@robrobbins
Copy link

So recently set up prettier.js and rolled it into my eslint world. Its output breaks the full report function with ye olde python encode error.

A quick and dirty fix is to simply encode the html sent to print -- it makes for an ugly output, but at least it works.

There are prob 100 diff real fixes, but I got tickets to do....

screen shot 2017-12-12 at 3 21 35 pm

add this to line 113 in main.py:

    print(html.encode('utf-8'))

screen shot 2017-12-12 at 3 23 08 pm

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

No branches or pull requests

1 participant