Marek Marczykowski-Górecki пре 6 година
родитељ
комит
e3d3e149f0
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      qubes/vm/appvm.py

+ 2 - 1
qubes/vm/appvm.py

@@ -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):