app: fix listing VMs based on given template
This commit is contained in:
parent
93ccb8bbda
commit
8ba60cd7e9
@ -1060,7 +1060,7 @@ class Qubes(qubes.PropertyHolder):
|
|||||||
raise qubes.exc.QubesException(
|
raise qubes.exc.QubesException(
|
||||||
'Cannot remove template that has dependent AppVMs. '
|
'Cannot remove template that has dependent AppVMs. '
|
||||||
'Affected are: {}'.format(', '.join(
|
'Affected are: {}'.format(', '.join(
|
||||||
vm.name for name in sorted(appvms))))
|
appvm.name for appvm in sorted(appvms))))
|
||||||
|
|
||||||
|
|
||||||
@qubes.events.handler('domain-delete')
|
@qubes.events.handler('domain-delete')
|
||||||
|
Loading…
Reference in New Issue
Block a user