mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 10:40:57 +00:00
scripts/oe-build-perf-report: Use python3 from the environment
This means ot matches the rest of the system rather than causing confusing errors where multiple python versions are mixed. (From OE-Core rev: 95d5005828b0d32d610874986fcc298b12347079) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9f4dbd6437
commit
5ad5949578
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Examine build performance test results
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user