mirror of
https://github.com/gumyr/build123d.git
synced 2026-03-10 16:51:43 -07:00
Re-use variable builder_context to help type-checking
This commit is contained in:
parent
b091794db4
commit
008231ca54
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class Builder(ABC, Generic[ShapeT]):
|
|||
)
|
||||
|
||||
if same_scope:
|
||||
self.builder_parent = Builder._get_context()
|
||||
self.builder_parent = builder_context
|
||||
else:
|
||||
self.builder_parent = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue