Closed DanielHurtubise closed 5 years ago
I pasted the code into a Python node and i'm getting an error at line 33
Traceback (most recent call last): File "", line 33, in <module? TypeError: expected Document, got list
try this: https://github.com/ksobon/archi-lab/blob/master/Dynamo_0.8.X/getWorksets.py
Of course it works like a charm :) Would be nice to see it back in your package just saying ;)
Thanks a lot for your help
I think this can be achieved with this node now:
I pasted the code into a Python node and i'm getting an error at line 33
Traceback (most recent call last): File "", line 33, in <module?
TypeError: expected Document, got list