]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Correct some regular-expression strings
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:43:57 +0000 (13:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:20 +0000 (09:25 -0600)
commit98275712404a513649e8de5332c69a801ad3a743
tree5059d3b4d688ebc6e81055df7a4aaaf6c81f2a74
parent03137421f5c89d6f3864b3261890670b52bdfb65
moveconfig: Correct some regular-expression strings

Use the 'r' prefix for these strings to avoid pylint warnings.

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