buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

Issue #73 #87

Closed JDurstberger closed 8 years ago

JDurstberger commented 8 years ago

adds config.check_config_sanity method

This method retrieves all config properties in Config and tries to load them via the configparser. It excepts ValueException and prints a useful error- message via click.

The program terminates if a config-error was found.

JDurstberger commented 8 years ago

I rebased this for easier merging and I am writing a unit-test right now, so please do not merge the request right now.

JDurstberger commented 8 years ago

Please check if this implementation to fix issue #73 is ok. I am done right now

timofurrer commented 8 years ago

Just to let you know ... you can use the # followed by a issue/PR id to reference it. Like: #73