1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-18 22:01:59 +00:00
Radicale/radicale
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
..
tests Move authentication delay into __init__.py and add config 2017-05-23 04:07:32 +02:00
__init__.py Improve logging 2017-05-23 04:16:52 +02:00
__main__.py Fail if configuration is not found 2017-05-24 21:01:23 +02:00
auth.py Use "&" instead of "+" to test booleans 2017-05-23 17:11:28 +02:00
config.py Move authentication delay into __init__.py and add config 2017-05-23 04:07:32 +02:00
log.py thread and level in simple log formatter 2016-09-04 11:47:27 +02:00
rights.py Don't set rights management when no authentication is set 2017-03-04 14:15:46 +01:00
storage.py Merge setup.cfg and pytest.ini, fix tests 2017-04-15 10:51:00 +02:00
xmlutils.py Merge setup.cfg and pytest.ini, fix tests 2017-04-15 10:51:00 +02:00