mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
3ec1b8a66c
The use of the iter method should not be used to determine if a SKU entry exists as it will always return a tree iterator. Instead the find method is used to determine if at least one SKU entry is present. Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>