binman: Correct coverage gap in control
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:25 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:50 +0000 (12:54 -0400)
commite22596113a9b1fea2ac1da9cace9dff337fa1146
tree6ee86f88309ed303517541fd7dce50d8039cfcdd
parent2c522af748162fb69936b732825bc771e09e7256
binman: Correct coverage gap in control

Add a pragma to deal with the code-coverage gap which drops binman down to
90% coverage.

Fixes: de65b122a25 (tools: Fall back to importlib_resources on Python 3.6)

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