refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Updating the Code Parser in the Bricks Integrator

Open LeonardPuettmannKern opened this issue 2 years ago • 0 comments

The code parser in the Bricks Integrator requires an update.

Constants that are parsed are cut off because the code parser still expects all constants to start with "YOUR_", which they do not anymore.

Also, the code parser adds an "optional": "false" to the output, which is redundant as the default state is false anyway.

Very minor issue and not urgent. integrator_parser

LeonardPuettmannKern avatar Jun 23 '23 09:06 LeonardPuettmannKern