Fix too long line

This commit is contained in:
Marek Marczykowski-Górecki 2018-02-13 11:27:59 +01:00
parent 14c6aad153
commit e3d3e149f0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -128,7 +128,8 @@ class AppVM(qubes.vm.qubesvm.QubesVM):
'Cannot change template while qube is running')
if any(self.dispvms):
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')
def on_property_set_template(self, event, name, newvalue, oldvalue=None):