]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pybootchartgui: fix overlapping argument in render_processes_chart
authorJose Quaresma <quaresma.jose@gmail.com>
Mon, 10 Jul 2023 22:24:19 +0000 (22:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jul 2023 16:31:02 +0000 (17:31 +0100)
commit81389ccdf22d3ea845ae8d894a0e4e0cdf589f2a
tree4ac15e7ff5eff7b3530688363310f2be243616e9
parentb369e9bb0136fecc65f49e0965e5506aa50f489e
pybootchartgui: fix overlapping argument in render_processes_chart

There is another variable named 'w' on the function which is redefined.
The full width is needed in the function so rename it as this must be unique.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py