Home
last modified time | relevance | path

Searched hist:"7582113 c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py7582113c Mon Aug 14 15:56:27 CDT 2023 Jakub Kicinski <kuba@kernel.org> tools: ynl: add more info to KeyErrors on missing attrs

When developing specs its useful to know which attr space
YNL was trying to find an attribute in on key error.

Instead of printing:
KeyError: 0
add info about the space:
Exception: Space 'vport' has no attribute with value '0'

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230814205627.2914583-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>