Skip to content

Blank lines in config file cause failures #29

@jmcphers

Description

@jmcphers

If the config file contains a blank line, an error is thrown and the configuration is not used. This seems to be because the parser expects every line to follow the prevPage ... / nextPage ... format, and if it doesn't the configuration is considered invalid.

I've twice broken my config by accidentally leaving a blank line in the file and had to dig through the syslogs to realize what's wrong. It'd be great if the parser ignored blank lines (and ideally comment lines too!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions