summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-01-21 14:55:47 +0100
committerHans de Goede <hdegoede@redhat.com>2010-01-21 19:26:27 +0100
commit25618c015d7ec268abf44087f31d7fa5eb38c08d (patch)
treee5ad2baef0b268331498e22988a87dac46152b5c /iw
parent22b588b21083c355e7a0a80f20ee19b7e720634d (diff)
downloadanaconda-25618c015d7ec268abf44087f31d7fa5eb38c08d.tar.gz
anaconda-25618c015d7ec268abf44087f31d7fa5eb38c08d.tar.xz
anaconda-25618c015d7ec268abf44087f31d7fa5eb38c08d.zip
Fix a syntax error in filter_gui.py
Diffstat (limited to 'iw')
-rw-r--r--iw/filter_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/filter_gui.py b/iw/filter_gui.py
index 77052df74..6145cd4b8 100644
--- a/iw/filter_gui.py
+++ b/iw/filter_gui.py
@@ -630,7 +630,7 @@ class FilterWindow(InstallWindow):
paths = "\n".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]),