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

Work around pyjnius mishandling of bool args #118

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

jmuhlich
Copy link
Collaborator

Bools are now auto-converted to Integers instead of Booleans, so we have to
perform the conversion explicitly now. Tracked upstream in kivy/pyjnius#602 .

Bools are now auto-converted to Integers instead of Booleans, so we have to
perform the conversion explicitly now. Tracked upstream in kivy/pyjnius#602 .
@jmuhlich jmuhlich merged commit eccb25f into labsyspharm:master Apr 26, 2022
@jmuhlich jmuhlich deleted the pyjnius-boolean branch April 26, 2022 17:05
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.

1 participant