fixup! [Pather / RenderPather] move common functionality into PatherMixin; redo hierarchy

This commit is contained in:
Jan Petykiewicz 2025-11-11 20:44:06 -08:00
parent 74f341db77
commit 701c297152

View File

@ -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