Skip to content

Commit 0329d21

Browse files
committed
Update cq.py
1 parent 1460545 commit 0329d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ def loft(self: T, ruled: bool = False, combine: Union[bool, str] = True) -> T:
35193519

35203520
elif isinstance(combine, bool) and combine:
35213521
newS = self._combineWithBase(r)
3522-
3522+
35233523
else:
35243524
newS = self.newObject([r])
35253525

0 commit comments

Comments
 (0)