Single values to dynamic inputs
bugenhancement
Currently the socket type matching chokes if a single value is given for dynamic item creation:
```py
n.FormatString(i=1, format="value is {i}")
```
We should detect and handle single values.
0 条评论