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: Fix that a scheduler time definition of 1 (int) gets wrongly interpreted as a bool. #117

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

gyptazy
Copy link
Owner

@gyptazy gyptazy commented Nov 6, 2024

fix: Fix that a scheduler time definition of 1 (int) gets wrongly interpreted as a bool.

Fixes: #115

@gyptazy gyptazy added this to the Release 1.0.6 milestone Nov 6, 2024
@gyptazy gyptazy self-assigned this Nov 6, 2024
@gyptazy gyptazy merged commit 28f87e2 into main Nov 6, 2024
1 check passed
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.

Bug: Certain config values that should always be int become bool if value is "0" or "1"
1 participant