Skip to content

Commit

Permalink
bugfix from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed Dec 2, 2023
1 parent 8a1ebcf commit a5dd3ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ryvencore-qt/ryvencore_qt/src/flows/FlowView.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5dd3ed

Please sign in to comment.