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

formatText must be either "0" or "1" #32

Closed
sisoe24 opened this issue Aug 18, 2024 · 0 comments · Fixed by #33
Closed

formatText must be either "0" or "1" #32

sisoe24 opened this issue Aug 18, 2024 · 0 comments · Fixed by #33
Labels
bug Something isn't working
Milestone

Comments

@sisoe24
Copy link
Owner

sisoe24 commented Aug 18, 2024

Because the 'formatText' must be either "0" or "1", if it is not, the application freezes when we cast the string into an integer.

self.format_text = bool(int(self.data['formatText']))

@sisoe24 sisoe24 added the bug Something isn't working label Aug 18, 2024
@sisoe24 sisoe24 added this to the 1.0.1 milestone Aug 18, 2024
sisoe24 added a commit that referenced this issue Aug 18, 2024
@sisoe24 sisoe24 mentioned this issue Aug 18, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant