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
I noticed that in mrc_component.ts, it calls generator.valueToCode(block, 'ARG' + i, Order.NONE); for each argument.
It should use Order.NONE if there is one argument and Order.COMMA if there is more than argument.
The python generators for other blocks should be checked too.