backup: fix handling labels in Qubes 4.0 backups
Labels can be referred as either id or name. Support both ways. Fixes QubesOS/qubes-issues#3211
This commit is contained in:
parent
7bcab46f96
commit
7f728e2dad
@ -77,6 +77,7 @@ class Core3Qubes(qubesadmin.backup.BackupApp):
|
|||||||
ident = node.get('id')
|
ident = node.get('id')
|
||||||
assert ident is not None
|
assert ident is not None
|
||||||
self.labels[ident] = node.text
|
self.labels[ident] = node.text
|
||||||
|
self.labels[node.text] = node.text
|
||||||
|
|
||||||
|
|
||||||
def load_globals(self, globals_element):
|
def load_globals(self, globals_element):
|
||||||
|
Loading…
Reference in New Issue
Block a user