copc-lib icon indicating copy to clipboard operation
copc-lib copied to clipboard

Better Error for Int Overflow

Open CCInc opened this issue 2 years ago • 0 comments

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

CCInc avatar Mar 18 '22 22:03 CCInc