1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Rename Configuration.inspect to log_config_sources

The old name was misleading.
This commit is contained in:
Unrud 2020-01-12 23:32:25 +01:00
parent b962bed9d1
commit a7f4ffa7d4
3 changed files with 5 additions and 5 deletions

View file

@ -408,7 +408,7 @@ class Configuration:
copy.update(config, source, allow_internal)
return copy
def inspect(self):
def log_config_sources(self):
"""Inspect all external config sources and write problems to logger."""
for config, source, internal in self._configs:
if internal: