From b12b406df493a37cc5b6534b183224386dcbb3f7 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 1 Dec 2025 11:58:39 -0800 Subject: [PATCH] fixup! [PortPather] generalize to multi-port functions where possible --- masque/builder/pather_mixin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/masque/builder/pather_mixin.py b/masque/builder/pather_mixin.py index 0afd132..94ccae3 100644 --- a/masque/builder/pather_mixin.py +++ b/masque/builder/pather_mixin.py @@ -533,8 +533,6 @@ class PortPather: if len(self.ports) > 1: raise BuildError(f'Unable use implicit path_into() with {len(self.ports)} (>1) ports.') self.pather.path_into(self.ports[0], *args, **kwargs) - if thru is not None: - self.rename_from(thru) return self def path_from(self, *args, **kwargs) -> Self: