Closed Staudey closed 5 months ago
generator.next() is no longer valid in Python 3
bytes object has to be decoded to string before use
This fixes build issues for the third party repo scripts for "Android Studio", "Insync"; and, slightly more importantly, pisi itself.
pisi
Part of https://github.com/getsolus/3rd-party/issues/78
generator.next() is no longer valid in Python 3
bytes object has to be decoded to string before use
This fixes build issues for the third party repo scripts for "Android Studio", "Insync"; and, slightly more importantly,
pisi
itself.Part of https://github.com/getsolus/3rd-party/issues/78