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: