Fix a syntax error in filter_gui.py
---
iw/filter_gui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/iw/filter_gui.py b/iw/filter_gui.py
index 77052df..6145cd4 100644
--- a/iw/filter_gui.py
+++ b/iw/filter_gui.py
@@ -630,7 +630,7 @@ class FilterWindow(InstallWindow):
paths = "
".join(map(udev_device_get_name, mpath))
tuple = (mpath[0], True, _active(name),
- udev_device_get_multipath_name(mpath[0]), model
+ udev_device_get_multipath_name(mpath[0]), model,
str(mpath[0]["XXX_SIZE"]) + " MB",
udev_device_get_vendor(mpath[0]),
udev_device_get_bus(mpath[0]),
--
1.6.5.2
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|