Skip to content

Parsing config files - skip over blank values #37

Description

@gregpinero

MSG seems to read in the next line as the value if nothing is placed after an "=" in the config files.

Instead make it ignore the paramter if nothing comes after the "=".

Example msg.cfg:
...
sexchroms=
some_other_thing
...

current behavior:

sexchroms:some_other_thing

Desired behavior:

sexchroms is not specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions