binman: Fix up a format string in AssertInList()
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:50 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit1fc62de19fff9ab5228af72038753ec3a529eef1
tree0ac1c70ce9fe8dff3c23709991743eec4452ddff
parente16b7b6c49ff80c8cc2eb53b1f210dc4b743dc90
binman: Fix up a format string in AssertInList()

Add the missing 's' to the required '%s' here.

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