check_output returns bytes but the regex is using a string.
The decode() method will convert from bytes to string.
Depends on D2305
Differential D2306
Make check-doc.py compliant to python3 Fabien on Jan 14 2019, 12:21. Authored by
Details
check_output returns bytes but the regex is using a string. Depends on D2305 python2 ./test/lint/check-doc.py python3 ./test/lint/check-doc.py Check the outputs are the same
Diff Detail
Event Timeline |