geometry-script icon indicating copy to clipboard operation
geometry-script copied to clipboard

Returning results as dictionary leads to errors in tree.py when called in other methods

Open SanBingYouYong opened this issue 1 year ago • 0 comments
trafficstars

As per the documentation, we can make the return value of a tree node a dictionary for custom names: image This works, however, if we wish to import the tree node function and use it in another tree node, i.e. results = tree_with_dict_return(...), it throws the following error from tree.py: image I assume this is a bug from the code handling sockets of tree functions.

SanBingYouYong avatar Mar 28 '24 08:03 SanBingYouYong