diff --git a/radicale/rights.py b/radicale/rights.py index c41da5b..596b975 100644 --- a/radicale/rights.py +++ b/radicale/rights.py @@ -37,9 +37,7 @@ except ImportError: # pylint: enable=F0401 -FILENAME = ( - os.path.expanduser(config.get("rights", "file")) or - log.LOGGER.error("No file name configured for rights type 'regex'")) +FILENAME = os.path.expanduser(config.get("rights", "file")) DEFINED_RIGHTS = { "none": "[rw]\nuser:.*\ncollection:.*\npermission:rw", "owner_write": "[r]\nuser:.*\ncollection:.*\npermission:r\n"