]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Use re.fullmatch() to avoid extra check
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:18:54 +0000 (20:18 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commited1d9972dfd06f79f038314b4ee70b03da74dda0
tree1114fe35c3550ad78bfceadf72f176de1b96e809
parent4ae06a5d816668b2283b752eb9ff9f396c83a28c
moveconfig: Use re.fullmatch() to avoid extra check

Simplify the code by using the available function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/moveconfig.py