fixup! [Pather / RenderPather] move common functionality into PatherMixin; redo hierarchy
This commit is contained in:
parent
74f341db77
commit
701c297152
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ class RenderPather(PortList, PatherMixin):
|
|||
self.pattern.ports[portspec] = out_port.copy()
|
||||
|
||||
if plug_into is not None:
|
||||
self.plugged({'portspec': plug_into})
|
||||
self.plugged({portspec: plug_into})
|
||||
|
||||
return self
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue