mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
subprocess.Popen needs universal_newlines=True parameter to open the file in text mode instead of binary mode. With this fix readline() returns str instead of bytes. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu