commit | 17be223af9df17df8f65a0978bb3c50aec8ded9c | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jan 29 14:21:06 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 29 18:17:32 2020 +0100 |
tree | 5623971cb7b284d1541ee1bd59b03927cedf51cc | |
parent | 58e47485182eedb114335a4a29812272688ac285 [diff] |
symbolize.py: Python < 3.7 compatibility The documentation for the Python 3 subprocess module [1] has the following note related to the Popen() constructor: Changed in version 3.7: Added the text parameter, as a more understandable alias of universal_newlines. In order to avoid a runtime error with versions of Python prior to 3.7, replace the 'text' parameter with 'universal_newlines'. Link: [1] https://docs.python.org/3/library/subprocess.html Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers