1
0
Fork 0
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:
Peter Bieringer 2024-12-03 21:42:50 +01:00
parent edd6d0a513
commit 24f5f9b98e
5 changed files with 9 additions and 15 deletions

View file

@ -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)