This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently closurebuilder.py throws this when run in Python 3: ``` Traceback (most recent call last): File "third-party-downloads/build/closurebuilder.py", line 300, in <module> main() File "third-party-downloads/build/closurebuilder.py", line 260, in main out.writelines([js_source.GetPath() + '\n' for js_source in deps]) TypeError: a bytes-like object is required, not 'str' ``` Writing to `sys.stdout` rather than `sys.stdout.buffer` fixes this. Reported at google/blockly-games#195 (comment)
- Loading branch information