carson-katri / carson-katri/geometry-script
Returning results as dictionary leads to errors in tree.py when called in other methods
- Dominant language
- Python
- Stars
- 339
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
As per the documentation, we can make the return value of a tree node a dictionary for custom names:

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:

I assume this is a bug from the code handling sockets of tree functions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.