Workplane.__add__ raises ValueError instead of returning NotImplemented
Open
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
From python docs:
If one of those methods does not support the operation with the supplied arguments, it should return [NotImplemented](https://docs.python.org/3/library/constants.html#NotImplemented).
It currently just calls .union(), which leads to raising a ValueError()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.