From f54f851b4236bc2fc8fa5ae3c870d261477e1eeb Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sun, 26 Feb 2012 00:12:54 +0100 Subject: [PATCH] dom0/qvm-prefs: add missing exit(1) --- dom0/qvm-tools/qvm-prefs | 1 + 1 file changed, 1 insertion(+) diff --git a/dom0/qvm-tools/qvm-prefs b/dom0/qvm-tools/qvm-prefs index 3b36dd2b..beecfcd1 100755 --- a/dom0/qvm-tools/qvm-prefs +++ b/dom0/qvm-tools/qvm-prefs @@ -72,6 +72,7 @@ def do_list(vm): def set_label(vms, vm, args): if len (args) != 1: print >> sys.stderr, "Missing label name argument!" + exit (1) label = args[0] if label not in QubesVmLabels: