Remove name argument to _restore (#3508)

This commit is contained in:
Joakim Sørensen 2022-03-11 15:31:22 +01:00 committed by GitHub
parent a82b4aa6c8
commit 3fd3c02010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ class Backup(CoreSysAttributes):
except (tarfile.TarError, OSError) as 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
# avoid issue on slow IO