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

Better Error for Int Overflow

Open clee-ai opened this issue 3 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

clee-ai avatar Mar 18 '22 22:03 clee-ai