Skip to content
Snippets Groups Projects
Commit c5bcd946a34b authored by Manuel Jacob's avatar Manuel Jacob
Browse files

py3: use pycompat.bytestr() instead of pycompat.sysstr()

pycompat.sysstr() doesn’t work because it doesn’t accept arguments of type
`type` and returns a unicode object on Python3, while the format string wants
a bytes-like object.
parent 0f82b29f7494
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment