From a5dd3ed4d051cff4738c824ed2fc15c64f4ef718 Mon Sep 17 00:00:00 2001 From: leon-thomm Date: Sat, 2 Dec 2023 23:18:22 +0100 Subject: [PATCH] bugfix from previous commit --- ryvencore-qt/ryvencore_qt/src/flows/FlowView.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ryvencore-qt/ryvencore_qt/src/flows/FlowView.py b/ryvencore-qt/ryvencore_qt/src/flows/FlowView.py index c858d8a9..4e75f937 100644 --- a/ryvencore-qt/ryvencore_qt/src/flows/FlowView.py +++ b/ryvencore-qt/ryvencore_qt/src/flows/FlowView.py @@ -937,7 +937,6 @@ def add_node(self, node): else: # create new item item = NodeItem( node=node, - node_gui=( node_gui= (node.GUI if hasattr(node, 'GUI') else NodeGUI) # use custom GUI class if available ((node, self.session_gui)), # calls __init__ of NodeGUI class with tuple arg