I am trying to update this node to Python3- it is throwing an error at line 17 in 3 but not in 2.
You’re calling a property of the Document class statically on line 17.
Change it to:
doc.PathName…
1 Like
You’re calling a property of the Document class statically on line 17.
Change it to:
doc.PathName…