Skip to content

Commit

Permalink
app: fix list of prop names
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Nov 21, 2024
1 parent 853531e commit ba412a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qubes/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,8 @@ def on_domain_pre_deleted(self, event, vm):
def on_domain_deleted(self, event, vm):
# pylint: disable=unused-argument
for propname in (
"default_guivm" "default_netvm",
"default_guivm",
"default_netvm",
"default_fw_netvm",
"clockvm",
"updatevm",
Expand Down

0 comments on commit ba412a9

Please sign in to comment.