Исправлен пропуск восстановления файлов настроек пакетов, осутсвующих в системе

master-3.5
parent 5c671be4ff
commit 6a8a5a4e76

@ -123,7 +123,7 @@ class Backup(MethodsInterface):
self.printWARNING(
_("Ignored settings the following packages: %s") %
", ".join(skip_packages))
not_installed_files = [x[0] for x in not_installed_files]
not_installed_files = [x[1] for x in not_installed_files]
except KeyError:
raise BackupError(_("CONTENTS file is not found"))
for ti in (x for x in f if x.name.startswith("%s/" % root_name)):

Loading…
Cancel
Save