diff --git a/render.py b/render.py index 6cf5e91..22151b3 100644 --- a/render.py +++ b/render.py @@ -270,16 +270,12 @@ def plugin_output(outputs, returns): html = '' for returnOutput in returns: + if returnOutput not in outputs: + continue html += f'
' html += f'
' html += f'

{returns[returnOutput]["name"]}

' - # Get the output - if returnOutput not in outputs: - html += f'

No output

' - html += f'
' - html += f'
' - continue output = outputs[returnOutput] if returns[returnOutput]["type"] == "list": html += f'