fix(git-prompt): make `gitstatus.py` python3-compatible (#9186)
check_output() in get_tagname_or_hash() returns bytes instead of str in python3. Decode the return value to utf-8, this works in both python2 and python3. Co-authored-by: Stimim Chen <stimim@google.com>master
parent
3f8af040e9
commit
1ac40cd445
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue