From 85eff2ee28b69442131322664f9d72ff89df9fb2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 8 Jan 2009 15:18:30 +0000 Subject: [PATCH] xm: Fix syntax error. Signed-off-by: Keir Fraser --- tools/python/xen/xm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index d32fd3f339..fb98402f26 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -2500,7 +2500,7 @@ def xm_pci_attach(args): "VM": get_single_vm(dom), "PPCI": target_ref, "hotplug_slot": vslt, - "options": dict([k, v] for k, v in config_pci_opts) + "options": dict(config_pci_opts) } server.xenapi.DPCI.create(dpci_record) -- 2.30.2