mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +00:00
Update log info
This commit is contained in:
parent
5896fde441
commit
f199a5cf95
@ -123,8 +123,8 @@ class AddonsData(Config):
|
|||||||
try:
|
try:
|
||||||
builtin_file = Path(__file__).parent.joinpath('built-in.json')
|
builtin_file = Path(__file__).parent.joinpath('built-in.json')
|
||||||
builtin_data = read_json_file(builtin_file)
|
builtin_data = read_json_file(builtin_file)
|
||||||
except (OSError, json.JSONDecodeError):
|
except (OSError, json.JSONDecodeError) as err:
|
||||||
_LOGGER.warning("Can't read built-in.json!")
|
_LOGGER.warning("Can't read built-in.json -> %s", err)
|
||||||
return
|
return
|
||||||
|
|
||||||
# if core addons are available
|
# if core addons are available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user