Be less strict on boolean type in PYSON expression
PYSON enforce the boolean type for If, And, Or etc. But it is more a constraint for the developer than a protection against bugs. I think we should just replace non-boolean value by a Bool one.
PYSON enforce the boolean type for If, And, Or etc. But it is more a constraint for the developer than a protection against bugs. I think we should just replace non-boolean value by a Bool one.