moveconfig: Correct pylint errors
authorSimon Glass <sjg@chromium.org>
Fri, 11 Feb 2022 20:23:22 +0000 (13:23 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 15:28:12 +0000 (10:28 -0500)
commit68a0b7156a73ca401b409dab7baa410c42cdccfd
treea967217794999e714aaa8d97663b835774c38cbb
parent8d2ef3e993276cffc3615508b8c81eb3036a8f2b
moveconfig: Correct pylint errors

Fix two pylint errors in this file.

Note ACTION_SPL_NOT_EXIST is not defined so the dead code can be removed.

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