mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
ConfigParser().read() doesn't differentiate between different types of failure to read files, causing eg. "No such file" to be logged in all cases, for example if permissions are insufficient. fix that by using open() and ConfigParser().read_file() instead. |
||
---|---|---|
.. | ||
__init__.py | ||
authenticated.py | ||
from_file.py | ||
owner_only.py | ||
owner_write.py |