You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging around the JS version I actually found that all of the decorators have that same child parameter, but defaulted to null. I added the default to None for that parameter in my fork (as well as removing some Python 2 dependencies) and no more problems!
Passing trees made with the online editor containing decorators outputs this:
I'm using python 2.7
The tree in question is this simple one:
It seems like the node's constructor is always being called without children even if it needs one.
The text was updated successfully, but these errors were encountered: