Skip to content
Unverified Commit 1ac40cd4 authored by Stimim Chen's avatar Stimim Chen Committed by GitHub
Browse files

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: default avatarStimim Chen <stimim@google.com>
parent 3f8af040
Loading
Loading
Loading
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