Skip to content

Conversation

@titipata
Copy link

@titipata titipata commented Apr 15, 2018

The following error is raised in Python 3.6

    195         with open(filename, "wb") as f:
    196             f.write(base.encode('utf-8'))
--> 197             f.write('<script>' + js.encode('utf-8') + '</script>')
    198 
    199     @staticmethod

TypeError: must be str, not bytes

We have to state that <script> is binary.

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.

1 participant