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

config_parser: Fixed bug in start_numbering_from #42

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

amritagos
Copy link
Member

The output setting, start_numbering_from has permissible values from 0 and greater than 0. The check in validate_settings was set to greater than 0 by mistake. Has been changed to greater than or equal to 0.

The output setting, `start_numbering_from` has permissible values from
0 and greater than 0. The check in validate_settings was set to greater
than 0 by mistake. Has been changed to greater than or equal to 0.
@amritagos amritagos merged commit 5bd6f9e into main Apr 30, 2024
4 checks 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.

1 participant