Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Sep 13, 2021
1 parent c6ba4c7 commit 413f039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paramak/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def workplane(self, value):
raise TypeError(
"Shape.workplane must be a string or a ",
"cadquery.Plane object")
else:
self._workplane = value

@property
def rotation_axis(self):
Expand Down

0 comments on commit 413f039

Please sign in to comment.