Closed alem0lars closed 7 years ago
Thans for looking into it. That decode was needed for python 2 though, when there are buffer names with utf-8 in them. It would seem that in python 3 the buffer names already are decoded (probably the type is always str which is bytes in python 2 and unicode in python 3). I guess the easiest solution is to only do the decode in python 2.
Added an optional decode step for python 2. Thanks for the PR.
Fixes issue #6
I've tried to load the plugin and it seems to work now.