Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.py: fix issues with os.walk() and bytes/string encoding
generator.next() is no longer valid in Python 3 bytes object has to be decoded to string before use Signed-off-by: Thomas Staudinger <[email protected]>
- Loading branch information