Created by: vicdoval
Addressed problem description
The "List Math" output has a missing level.
During years it was necessary to use a ·"list join warp" to input in a node with the output of "list math". The "List Math" Output was [1] in stead of [[1]]
Solution description
Added the missing brackets
Preflight checklist
Put an x letter in each brackets when you're done this item:
- [x ] Code changes complete.
- [x ] Code documentation complete.
- [ x] Documentation for users complete (or not required, if user never sees these changes).
- [ x] Manual testing done.
- [x ] Unit-tests implemented.
- [ x] Ready for merge.