mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Convert git sha hash to text to be compatible with Python3
This also pin the six module version to 1.12 in order to be sure six.ensure_text is available.
This commit is contained in:
parent
7e9ce2dbd5
commit
af7e4d633a
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ install them, let us know by filing a bug!")
|
|||
]).strip())
|
||||
|
||||
git_info.append('')
|
||||
git_info.append(git_sha)
|
||||
git_info.append(six.ensure_str(git_sha))
|
||||
if git_is_dirty:
|
||||
git_info.append('dirty')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue