Skip to content

Commit

Permalink
Decode ConfigEntry name without prompting
Browse files Browse the repository at this point in the history
  • Loading branch information
thecjharries committed Mar 17, 2018
1 parent bbcb464 commit 44326fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygit2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def level(self):

@property
def name(self):
return self._entry.name
return self.decode_as_string(self._entry.name)

@property
def value_string(self):
Expand Down

0 comments on commit 44326fa

Please sign in to comment.