]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Use f strings where possible
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:43:59 +0000 (13:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:20 +0000 (09:25 -0600)
commit1bd43060b3eec82bc9544c3acce8d7c6e2d75761
tree73ea25d59d741718ce7760a18b8f6d5798b120bf
parent549d42230cd76b08f55d2b2070b9be0e12db9e13
moveconfig: Use f strings where possible

Avoid pylint warnings by using 'f' strings where possible.

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