]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Correct some warnings about regex strings
authorSimon Glass <sjg@chromium.org>
Sat, 21 Sep 2024 17:57:57 +0000 (19:57 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commit02eb9f166573009f576133a15d6323ff4ab479b1
tree99aa53f261c9287eef8ab2925386746f4a3ac047
parent133c000ca334743fda3a4d77f7638da1a807e40e
buildman: Correct some warnings about regex strings

With Python 3.12 some warnings have cropped up. Fix them.

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