mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
make flake8 happy
This commit is contained in:
parent
edd6d0a513
commit
24f5f9b98e
5 changed files with 9 additions and 15 deletions
|
@ -91,5 +91,5 @@ class Storage(
|
|||
def __init__(self, configuration: config.Configuration) -> None:
|
||||
super().__init__(configuration)
|
||||
self._makedirs_synced(self._filesystem_folder)
|
||||
logger.info("storage location: %r", self._filesystem_folder);
|
||||
logger.info("storage cache subfolder usage for item: %s", self._use_cache_subfolder_for_item);
|
||||
logger.info("storage location: %r", self._filesystem_folder)
|
||||
logger.info("storage cache subfolder usage for item: %s", self._use_cache_subfolder_for_item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue