commit | fea71c936bc20ef3a3f21d7baa78141d2a5eb265 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 05 20:18:54 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:24 2022 -0600 |
tree | 1114fe35c3550ad78bfceadf72f176de1b96e809 | |
parent | 51aa73b91c46d2f2b143abadcebea0a9cd1624c0 [diff] |
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>