From 701c297152795753cbe32b92c8bac3c3c5622ab8 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 11 Nov 2025 20:44:06 -0800 Subject: [PATCH] fixup! [Pather / RenderPather] move common functionality into PatherMixin; redo hierarchy --- masque/builder/renderpather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/builder/renderpather.py b/masque/builder/renderpather.py index 86ff83d..ba97fd7 100644 --- a/masque/builder/renderpather.py +++ b/masque/builder/renderpather.py @@ -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