From 9349d318ba915e22aadfa6ae7dfb34f59abee93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20=20Sk=C3=B6ld?= Date: Sun, 4 Aug 2024 17:32:08 +0200 Subject: [PATCH] Add comment --- nodes/nodes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/nodes.py b/nodes/nodes.py index 70957c6..ba5d907 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -760,7 +760,8 @@ The 'any_input' is required for making sure the node you want the value from exi if node["type"] == "WidgetToString" and node["id"] == int(unique_id) and not link_id: for node_input in node["inputs"]: link_id = node_input["link"] - + + # Construct a map of links to node IDs for future reference node_outputs = node.get("outputs", None) if not node_outputs: continue