mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +00:00
Remove name argument to _restore (#3508)
This commit is contained in:
parent
a82b4aa6c8
commit
3fd3c02010
@ -444,7 +444,7 @@ class Backup(CoreSysAttributes):
|
|||||||
except (tarfile.TarError, OSError) as err:
|
except (tarfile.TarError, OSError) as err:
|
||||||
_LOGGER.warning("Can't restore folder %s: %s", name, err)
|
_LOGGER.warning("Can't restore folder %s: %s", name, err)
|
||||||
|
|
||||||
await self.sys_run_in_executor(_restore, name)
|
await self.sys_run_in_executor(_restore)
|
||||||
|
|
||||||
# Restore folder sequential
|
# Restore folder sequential
|
||||||
# avoid issue on slow IO
|
# avoid issue on slow IO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user