pass along string arg
This commit is contained in:
parent
5f0a450ffa
commit
b10803efe9
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
|
|||
Returns:
|
||||
`[[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
|
||||
return bounds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue