netprints icon indicating copy to clipboard operation
netprints copied to clipboard

Issue of boolean variable stopping the compilation of code

Open ankitsatapara07 opened this issue 4 years ago • 0 comments

Some times if you are using the node where input argument is the boolean variable translator translate the false to False value, which leads the compilation error "False" doesn't exist in the current context.

To fix this just make it ToLower and then work as expected.

ankitsatapara07 avatar Aug 28 '20 09:08 ankitsatapara07