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 ran this to update all of my existing blueprints, and while most of them worked, several of them were broken due to two main issues:
On multiline strings that start with >, the > character is replaced with >
On values that contain double quotes, they are all escaped with a backslash which sometimes changes their meaning or makes values that should be quoted act as if they aren't quoted.
Is there a reason it does this, or is this unintended behavior?
If this matters, I did call the script to update all blueprints from the automation provided in the docs, rather than by manually using the command line.
The text was updated successfully, but these errors were encountered:
bmcclure
changed the title
Script is replacing > and double quotes
Script is replacing > symbol and escaping double quotes
Feb 11, 2023
I ran this to update all of my existing blueprints, and while most of them worked, several of them were broken due to two main issues:
>
Is there a reason it does this, or is this unintended behavior?
If this matters, I did call the script to update all blueprints from the automation provided in the docs, rather than by manually using the command line.
The text was updated successfully, but these errors were encountered: