Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0d702570 authored by ThePiGuy's avatar ThePiGuy Committed by Paul Keith
Browse files

build tools: Fix TypeError when signing builds with Python3

Python2 treats strings as bytes and therefore they are already encoded.
Python3 uses unicode and therefore .encode() must be run on the string
before hashing it.

This fixes it for Python3 but does not affect Python2

Change-Id: I0a111ec23b0e0517075432d58e564595ab0bac67
parent cb531696
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