From c10f7ef70b874d2df9d8e9e0a37851d71eed14bf Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 4 Apr 2011 00:08:24 +0200 Subject: [PATCH] Add missing coma (#155) --- dom0/qvm-core/qubes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 76eb4a4b..efc81daa 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -1889,7 +1889,7 @@ class QubesVmCollection(dict): kwargs = {} common_attr_list = ("qid", "name", "dir_path", "conf_file", "private_img", "root_img", "template_qid", - "installed_by_rpm", "updateable", "internal" + "installed_by_rpm", "updateable", "internal", "uses_default_netvm", "label", "memory", "vcpus", "pcidevs") for attribute in common_attr_list: