From a63a83684bdf9093892a2cfc86ea9a5239c3d603 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 23 Apr 2013 14:24:52 -0400 Subject: [PATCH] manager: Fix a pep8 warning --- virtManager/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtManager/manager.py b/virtManager/manager.py index 61f6d3563..8254c5ec2 100644 --- a/virtManager/manager.py +++ b/virtManager/manager.py @@ -399,7 +399,7 @@ class vmmManager(vmmGObjectUI): rowtypes.insert(ROW_IS_VM, bool) # if row is VM rowtypes.insert(ROW_IS_VM_RUNNING, bool) # if VM is running rowtypes.insert(ROW_COLOR, str) # row markup color string - rowtypes.insert(ROW_INSPECTION_OS_ICON, GdkPixbuf.Pixbuf) # OS icon + rowtypes.insert(ROW_INSPECTION_OS_ICON, GdkPixbuf.Pixbuf) # OS icon model = Gtk.TreeStore(*rowtypes) vmlist.set_model(model)