• J
    tools: ynl: load jsonschema on demand · 5c6674f6
    Jakub Kicinski 提交于
    The CLI script tries to validate jsonschema by default.
    It's seems better to validate too many times than too few.
    However, when copying the scripts to random servers having
    to install jsonschema is tedious. Load jsonschema via
    importlib, and let the user opt out.
    Signed-off-by: NJakub Kicinski <kuba@kernel.org>
    5c6674f6
nlspec.py 9.7 KB