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
Describe the bug
Currently when setting the port value to be a json string from xml files, the parser will recognize everything in the bracket "{}" as a variable and produce wrong result. This happens even if double bracket is used to escape the bracketing.
How to Reproduce
Create a node that takes a string as argument and in the xml file:
<Nodesettings='{{"a": 0.8, "b": 0.7}}'/>
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently when setting the port value to be a json string from xml files, the parser will recognize everything in the bracket "{}" as a variable and produce wrong result. This happens even if double bracket is used to escape the bracketing.
How to Reproduce
Create a node that takes a string as argument and in the xml file:
The text was updated successfully, but these errors were encountered: