Unrud d2a17c36ae Fail if configuration is not found
If a configuration file is passed with a command line argument and the file is not found, Radicale shows a warning and continues with the default configuration.
There is no reason for doing this, Radicale should just fail.

Instead, this PR allows passing an empty string like ``--config ""``. Radicale will use the default configuration in this case, without trying to load the configuration from the common paths. Previously you had to do specify a path that doesn't exist like ``--config /does/not/exist``, which looks a bit ugly and showed a warning message.
2017-05-24 21:01:23 +02:00
2016-06-10 09:07:05 +02:00
2017-02-26 15:50:02 +01:00
2009-09-01 15:59:18 +02:00
2016-06-29 18:45:35 +02:00
2016-04-10 02:09:20 +02:00
2017-04-19 14:10:02 +02:00
2013-08-12 18:36:55 +02:00
2013-08-12 18:36:55 +02:00
2017-05-23 17:02:41 +02:00
2015-09-14 11:49:34 +02:00

Radicale is a free and open-source CalDAV and CardDAV server.

For complete documentation, please visit the Radicale online documentation
(http://www.radicale.org/documentation).
Description
Adapted fork of radicale
Readme 3 MiB
Languages
Python 90.4%
JavaScript 8.3%
HTML 1.2%
Dockerfile 0.1%