Skip to content

Fix bool consts

Sebastien Wertz requested to merge swertz/bamboo:fixBoolConst into master

In some cases a python boolean was not correctly converted and we'd end up with having True or False in the generated C++. It seems this fixes it, though I'm not 100% sure it covers all the possible cases...

Merge request reports