From 479cde218b92f1f4e59800a9fbe1c970c11860c2 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:56:58 +0300 Subject: [PATCH] Update nodes.py --- nodes/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/nodes.py b/nodes/nodes.py index 80aac2b..9b7c8b8 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -800,7 +800,7 @@ The choices are loaded from 'custom_dimensions.json' in the nodes folder. class WidgetToString: @classmethod - def IS_CHANGED(cls, id, node_title, any_input, **kwargs): + def IS_CHANGED(cls,*,id,node_title,any_input,**kwargs): if any_input is not None and (id != 0 or node_title != ""): return float("NaN")