[Panelize][Fixed] Don't generate Quick Start example if no KiKit
This commit is contained in:
parent
0fc8a75ee0
commit
b74ed0f66b
|
|
@ -804,6 +804,8 @@ class Panelize(BaseOutput): # noqa: F821
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_conf_examples(name, layers, templates):
|
def get_conf_examples(name, layers, templates):
|
||||||
|
if not GS.check_tool(name, 'KiKit'):
|
||||||
|
return None
|
||||||
outs = []
|
outs = []
|
||||||
for tpl in templates:
|
for tpl in templates:
|
||||||
for out in tpl:
|
for out in tpl:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue