Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config_parser: Fixed bug in start_numbering_from
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.
- Loading branch information