Replies: 1 comment
-
I dont get the problem. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In previous version I used:
call_method_full(parent_node, node, *arguments)
and I got an object containing the OutputArguments and a StatusCode object with doc, name and value.Now I call
parent_node.call_method(node, *arguments)
and the result is array of 3 items. The first is the result, and the other are two ints (with value 0 in my case).Beta Was this translation helpful? Give feedback.
All reactions