mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
manager: Fix a pep8 warning
This commit is contained in:
parent
1b18ddea3a
commit
a63a83684b
@ -399,7 +399,7 @@ class vmmManager(vmmGObjectUI):
|
|||||||
rowtypes.insert(ROW_IS_VM, bool) # if row is VM
|
rowtypes.insert(ROW_IS_VM, bool) # if row is VM
|
||||||
rowtypes.insert(ROW_IS_VM_RUNNING, bool) # if VM is running
|
rowtypes.insert(ROW_IS_VM_RUNNING, bool) # if VM is running
|
||||||
rowtypes.insert(ROW_COLOR, str) # row markup color string
|
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)
|
model = Gtk.TreeStore(*rowtypes)
|
||||||
vmlist.set_model(model)
|
vmlist.set_model(model)
|
||||||
|
Loading…
Reference in New Issue
Block a user