Don't continue after a config parser error.
authorAdam Sampson <ats@offog.org>
Sun, 12 Jul 2015 13:41:20 +0000 (14:41 +0100)
committerAdam Sampson <ats@offog.org>
Sun, 12 Jul 2015 13:41:20 +0000 (14:41 +0100)
commit2c0055e7ae030353cb8f080bc83a6979d60472cd
tree688855e353b767d316326038a3011f378ab01d45
parent22bab00f7a2b3d96000e64b79cf2b0d73e35bb65
Don't continue after a config parser error.

Commit 478f1bfa89c18e08c67115eb75b1148554a0162d introduced this bug; the
"return" in load_config should actually return from main.

A number of tests needed updating to match this, since rawdog now exits
non-zero (correctly) in more cases.
NEWS
rawdoglib/rawdog.py
test-rawdog