From 6dbaede3d01de3e6891a6ab2187c24615e79a784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 4 Sep 2014 23:54:40 +0200 Subject: [PATCH] qvm-tools/qubes-prefs: report empty setting as empty string instead of "none" (#894) --- qvm-tools/qubes-prefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qvm-tools/qubes-prefs b/qvm-tools/qubes-prefs index c2dc108b..41a365be 100755 --- a/qvm-tools/qubes-prefs +++ b/qvm-tools/qubes-prefs @@ -61,7 +61,7 @@ def handle_vm(vms, label, new_value = None): if vm is not None: return vm.name else: - return "none" + return "" def handle_kernel(vms, label, new_value = None): if new_value is not None: