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

Fix engine configuration bool cast. #1903

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

Gamenot
Copy link
Collaborator

@Gamenot Gamenot commented Mar 10, 2023

Funny behaviour:

  • int("123") == 123 expected.
  • bool("false") == True unexpected but understood.
  • bool("False") == True unfortunate.

@Gamenot Gamenot merged commit 95619cd into master Mar 10, 2023
@Gamenot Gamenot deleted the tucker/bugfix_engine_bool_config branch March 10, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants