flake8
passed.
JSHint
passed.
Review Request #11135 — Created Aug. 10, 2020 and submitted
Information | |
---|---|
david | |
RBTools | |
release-2.0.x | |
Reviewers | |
rbtools | |
In Python 3.8, attempting to use formatting on a bytestring with
dictionary parameters will end up looking for the keys as bytestrings
rather than unicode. This results in a KeyError. This change fixes it so
we do the format entirely asstr
and then encode tobytes
.
Summary | |
---|---|