Fix too long line
This commit is contained in:
parent
14c6aad153
commit
e3d3e149f0
@ -128,7 +128,8 @@ class AppVM(qubes.vm.qubesvm.QubesVM):
|
|||||||
'Cannot change template while qube is running')
|
'Cannot change template while qube is running')
|
||||||
if any(self.dispvms):
|
if any(self.dispvms):
|
||||||
raise qubes.exc.QubesVMInUseError(self,
|
raise qubes.exc.QubesVMInUseError(self,
|
||||||
'Cannot change template while there are DispVMs based on this qube')
|
'Cannot change template '
|
||||||
|
'while there are DispVMs based on this qube')
|
||||||
|
|
||||||
@qubes.events.handler('property-set:template')
|
@qubes.events.handler('property-set:template')
|
||||||
def on_property_set_template(self, event, name, newvalue, oldvalue=None):
|
def on_property_set_template(self, event, name, newvalue, oldvalue=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user