From b74ed0f66b1b3f5d18e8877fc066c064af9e7e5d Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 6 Dec 2022 12:47:43 -0300 Subject: [PATCH] [Panelize][Fixed] Don't generate Quick Start example if no KiKit --- kibot/out_panelize.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibot/out_panelize.py b/kibot/out_panelize.py index 80f2567e..e09ecb6c 100644 --- a/kibot/out_panelize.py +++ b/kibot/out_panelize.py @@ -804,6 +804,8 @@ class Panelize(BaseOutput): # noqa: F821 @staticmethod def get_conf_examples(name, layers, templates): + if not GS.check_tool(name, 'KiKit'): + return None outs = [] for tpl in templates: for out in tpl: