You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python code in the node in the workflow executed normally except output the expected result.
In the attached screenshot of the code, the line of code print(fileNames) executes successfully.
I am wondering what's wrong with the last line return fileNames #CHANGE
According the error message, the output stderr contains invalid token /. But I am sure that the code in the PythonFunction.node is correct.
How can I get the stderr of PythonFunction.node
The text was updated successfully, but these errors were encountered: