pass along string arg

This commit is contained in:
Jan Petykiewicz 2024-07-28 20:19:59 -07:00
parent 5f0a450ffa
commit b10803efe9

View File

@ -616,7 +616,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
Returns: Returns:
`[[x_min, y_min], [x_max, y_max]]` `[[x_min, y_min], [x_max, y_max]]`
""" """
bounds = self.get_bounds(library) bounds = self.get_bounds(library, recurse=recurse)
assert bounds is not None assert bounds is not None
return bounds return bounds