Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Degatano
804811e4b4 Don't remove folder on Home Assistant restore 2025-12-19 16:47:34 +00:00

View File

@@ -508,7 +508,7 @@ class HomeAssistant(FileConfiguration, CoreSysAttributes):
tmp_dir=self.sys_config.path_tmp, tmp_dir=self.sys_config.path_tmp,
) )
else: else:
remove_folder(self.sys_config.path_homeassistant) remove_folder(self.sys_config.path_homeassistant, content_only=True)
try: try:
shutil.copytree( shutil.copytree(