convert to string for py3
This commit is contained in:
parent
d3c2ad874f
commit
9cce7a1da3
@ -372,7 +372,7 @@ def getGitVersion(tagPrefix):
|
||||
#branch = getGitBranch()
|
||||
#gitVersion = gitVersion + "-%s-%s" % (branch, head[:10])
|
||||
|
||||
gitVersion = check_output(['git', 'describe', '--tags']).strip()
|
||||
gitVersion = check_output(['git', 'describe', '--tags']).strip().decode('utf-8')
|
||||
|
||||
# any uncommitted modifications?
|
||||
modified = False
|
||||
|
Loading…
Reference in New Issue
Block a user