]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Fix use of a type as a variable
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:11 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commite656dc7aa54efa47cdf00e59b0d48a31c1ad94a8
tree1e6e0bbf7848a49208b7626fb998c0d6308348f7
parentc99c5950035b53a29a0f1d29aaad871c06adb099
buildman: Fix use of a type as a variable

Using 'str' as a variable makes it impossible to use it as a type in the
same function. Fix this by using a different name.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py