qubes/vm/qubesvm: fix core2 compatibility
This commit is contained in:
parent
8628a984fc
commit
3724d6fca1
@ -1670,7 +1670,7 @@ class QubesVM(qubes.vm.BaseVM):
|
|||||||
'''Create entries in Qubes DB.
|
'''Create entries in Qubes DB.
|
||||||
'''
|
'''
|
||||||
self.qdb.write("/name", self.name)
|
self.qdb.write("/name", self.name)
|
||||||
self.qdb.write("/qubes-vm-type", self.type)
|
self.qdb.write("/qubes-vm-type", self.__class__.__name__)
|
||||||
self.qdb.write("/qubes-vm-updateable", str(self.updateable))
|
self.qdb.write("/qubes-vm-updateable", str(self.updateable))
|
||||||
|
|
||||||
if self.provides_network:
|
if self.provides_network:
|
||||||
|
Loading…
Reference in New Issue
Block a user