booleanOperations library: remove unreachable break and add exception instead of assertion, as done in upstream
This commit is contained in:
parent
632609fc65
commit
0d7d370104
2 changed files with 7 additions and 2 deletions
|
|
@ -19,3 +19,7 @@ class InvalidClippingContourError(InvalidContourError):
|
|||
|
||||
class ExecutionError(BooleanOperationsError):
|
||||
"""Raised when clipping execution fails"""
|
||||
|
||||
|
||||
class OpenContourError(BooleanOperationsError):
|
||||
"""Raised when any input contour is open"""
|
||||
|
|
|
|||
Reference in a new issue