]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Correct list-comprehension warnings
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:03 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
commitb774ba52c6c3c9b255a18d2fa27ac9165946b7e6
tree3e69055778f7c82c6f475b886627b408a092a919
parenta6ab4dbd6063b18d4af64b65cfd57c218ed9f9db
moveconfig: Correct list-comprehension warnings

Correct some pylint warnings about needing to use list comprehension.

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