summaryrefslogtreecommitdiff
path: root/virtManager/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/manager.py')
-rw-r--r--virtManager/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/manager.py b/virtManager/manager.py
index 31fe4570..5f381574 100644
--- a/virtManager/manager.py
+++ b/virtManager/manager.py
@@ -744,7 +744,7 @@ class vmmManager(vmmGObjectUI):
desc = vm.get_description()
row[ROW_HINT] = util.xml_escape(desc)
- except libvirt.libvirtError, e:
+ except libvirt.libvirtError as e:
if util.exception_is_libvirt_error(e, "VIR_ERR_NO_DOMAIN"):
return
raise