mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Await uninstall of addon in fixup (#5141)
This commit is contained in:
parent
1bb814b793
commit
4829eb8ae1
@ -26,7 +26,7 @@ class FixupAddonExecuteRemove(FixupBase):
|
||||
# Remove addon
|
||||
_LOGGER.info("Remove addon: %s", reference)
|
||||
try:
|
||||
addon.uninstall()
|
||||
await addon.uninstall()
|
||||
except AddonsError as err:
|
||||
_LOGGER.error("Could not remove %s due to %s", reference, err)
|
||||
raise ResolutionFixupError() from None
|
||||
|
Loading…
x
Reference in New Issue
Block a user