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)
commit8dd7be7e28cbee524e32f294c366403f2585f0b1
tree1e6e0bbf7848a49208b7626fb998c0d6308348f7
parent5cfb73b5902d46f656657c765c61e84980d9989c
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