unused variable
This commit is contained in:
parent
e3d12fb96d
commit
e81c2f3cf6
@ -1671,7 +1671,6 @@ class BackupRestore(object):
|
||||
def _handle_dom0(self, stream):
|
||||
'''Extract dom0 home'''
|
||||
local_user = grp.getgrnam('qubes').gr_mem[0]
|
||||
backup_path = os.path.join("dom0-home", local_user)
|
||||
home_dir = pwd.getpwnam(local_user).pw_dir
|
||||
restore_home_backupdir = "home-restore-{0}".format(
|
||||
time.strftime("%Y-%m-%d-%H%M%S"))
|
||||
|
Loading…
Reference in New Issue
Block a user