Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parametrization: convert bool to string as "true"/"false" #5004

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

skshetry
Copy link
Member

@skshetry skshetry commented Dec 1, 2020

Previously, Python's str() was being used that
resulted in boolean transformed into "True"/"False".

Fixes #4996

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

Previously, Python's `str()` was being used that
resulted in boolean transformed into "True"/"False".

Fixes iterative#4996
@skshetry skshetry added skip-changelog Skips changelog bugfix fixes bug A: templating Related to the templating feature labels Dec 1, 2020
@skshetry skshetry requested review from pmrowla, efiop and pared December 1, 2020 09:44
@skshetry skshetry self-assigned this Dec 1, 2020
@skshetry skshetry merged commit 3a3fa7c into iterative:master Dec 1, 2020
@skshetry skshetry deleted the parametrization-boolean branch December 1, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: templating Related to the templating feature bugfix fixes bug skip-changelog Skips changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boolean value might get unnecessarily uppercased
3 participants