mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-08 18:39:33 +00:00
Fix lint (#1284)
This commit is contained in:
@@ -351,7 +351,7 @@ class Addon(AddonModel):
|
||||
options = self.options
|
||||
|
||||
try:
|
||||
schema(options)
|
||||
options = schema(options)
|
||||
write_json_file(self.path_options, options)
|
||||
except vol.Invalid as ex:
|
||||
_LOGGER.error(
|
||||
|
||||
Reference in New Issue
Block a user