On 28-May-20 1:39 PM, Burakov, Anatoly wrote:
On 22-May-20 2:23 PM, Louise Kilheeney wrote:
Changed script to explicitly use python3 only.
Signed-off-by: Louise Kilheeney <louise.kilhee...@intel.com>
---
There is a bunch of old cruft in a few scripts, such as python
compatibility checks and reimplementation of check_output. it would be
nice if those were fixed as well.
If you look for imports or the word "python" in code, chance are you'll
find some comments saying something about "let's do this hack for python
2 compatibility" :)
I would also suggest using /usr/bin/env python3 rather than explicit
path to /usr/bin/python3.
--
Thanks,
Anatoly