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:
parent
b962bed9d1
commit
a7f4ffa7d4
3 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue