PR: Python3 neutral fixes in BOPTools

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
Post Reply
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

PR: Python3 neutral fixes in BOPTools

Post by looo »

The BOPTools are not loading with the python3 branch. The reason are old style lambda function which shouldn't have parentheses around the argument.
lambda (arg): ---> lambda arg:

https://github.com/FreeCAD/FreeCAD/pull/444
Post Reply