cdecb6a46c
When handling an error, we were trying to combine data from the output of multiple commands, some of which had already been converted to strings (from bytes) and some of which had not. This is forbidden in Python 3. (We were also trying to decode UTF-8 multiple times as a result.) Store all of the output as bytes, and decode if and when it is needed. Change-Id: I35cd872f7bb38be1006bd6bf8dc910a1b52aadeb |
||
---|---|---|
.. | ||
cmds | ||
tests | ||
__init__.py | ||
check.py | ||
constraints.py | ||
project_config.py | ||
project.py | ||
requirement.py |