[PATCH v2 11/24] buildman: Fix use of a type as a variable
Simon Glass
sjg at chromium.org
Wed Mar 8 23:17:28 CET 2023
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 at chromium.org>
---
Changes in v2:
- Add patch to fix use of a type as a variable
tools/buildman/control.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list