Closed
Description
If the path supplied to Repository
is a bytes
objects as in Python 3, pygit2 crashes. This is inconvenient, as all filesystem utilities will return bytes objects they will actually return str
s. The os
libraries will accept bytes
though.
Eg. as used in powerline raises must be str, not bytes
Metadata
Metadata
Assignees
Labels
No labels