[Panelize][Fixed] Don't generate Quick Start example if no KiKit

This commit is contained in:
Salvador E. Tropea 2022-12-06 12:47:43 -03:00
parent 0fc8a75ee0
commit b74ed0f66b
1 changed files with 2 additions and 0 deletions

View File

@ -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: