We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44326fa commit 55604caCopy full SHA for 55604ca
pygit2/config.py
@@ -63,7 +63,7 @@ def next(self):
63
64
def __next__(self):
65
entry = self._next_entry()
66
- return ffi.string(entry.name).decode('utf-8')
+ return entry.name
67
68
69
class ConfigMultivarIterator(ConfigIterator):
0 commit comments