Skip to content

Commit

Permalink
app: fix listing VMs based on given template
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 13, 2017
1 parent 93ccb8b commit 8ba60cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def on_domain_pre_deleted(self, event, vm):
raise qubes.exc.QubesException(
'Cannot remove template that has dependent AppVMs. '
'Affected are: {}'.format(', '.join(
vm.name for name in sorted(appvms))))
appvm.name for appvm in sorted(appvms))))


@qubes.events.handler('domain-delete')
Expand Down

0 comments on commit 8ba60cd

Please sign in to comment.