fixup! [plug()] rename inherit_name arg to thru and allow passing a string
This commit is contained in:
parent
3a1a4b9126
commit
dfd61b3a39
@ -1318,7 +1318,6 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
|
|||||||
out_port_name = next(iter(set(other.ports.keys()) - set(map_in.values())))
|
out_port_name = next(iter(set(other.ports.keys()) - set(map_in.values())))
|
||||||
map_out = {out_port_name: next(iter(map_in.keys()))}
|
map_out = {out_port_name: next(iter(map_in.keys()))}
|
||||||
|
|
||||||
|
|
||||||
self.check_ports(other.ports.keys(), map_in, map_out)
|
self.check_ports(other.ports.keys(), map_in, map_out)
|
||||||
translation, rotation, pivot = self.find_transform(
|
translation, rotation, pivot = self.find_transform(
|
||||||
other,
|
other,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user