Skip to content

Commit 09d8aae

Browse files
committed
addressing issue #382
1 parent bea91e9 commit 09d8aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/nodes/group_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def add_output(self, name='output', multi_output=True, display_name=True,
149149

150150
def delete_input(self, port):
151151
if type(port) in [int, str]:
152-
port = self.get_output(port)
152+
port = self.get_input(port)
153153
if port is None:
154154
return
155155

0 commit comments

Comments
 (0)