copc-lib
copc-lib copied to clipboard
Better Error for Int Overflow
point.red = 65537
The above code will throw this error:
TypeError: (): incompatible function arguments. The following argument types are supported: 1. (arg0: copclib._core.Point, arg1: int) -> None
The error message should better describe the issue