summaryrefslogtreecommitdiffstats
path: root/iw/lvm_dialog_gui.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-03-25 20:44:49 +0100
committerHans de Goede <hdegoede@redhat.com>2009-03-25 20:44:49 +0100
commit4c6bdd9b2654500c7502030231764047213f5d07 (patch)
tree602a5cc6f77e5b44a66a2e57c3edcde270aba227 /iw/lvm_dialog_gui.py
parent4fc6b22471f4d0534ba46811509ec1cd1a60e7fb (diff)
downloadanaconda-4c6bdd9b2654500c7502030231764047213f5d07.tar.gz
anaconda-4c6bdd9b2654500c7502030231764047213f5d07.tar.xz
anaconda-4c6bdd9b2654500c7502030231764047213f5d07.zip
Fix pylint errors in iw/*.py
Diffstat (limited to 'iw/lvm_dialog_gui.py')
-rw-r--r--iw/lvm_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index 5bb073213..2cee546ba 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -447,7 +447,7 @@ class VolumeGroupEditor:
if lv['name']:
lvnameEntry.set_text(lv['name'])
else:
- lvnameEntry.set_text(storage.createSuggestedLVName(self.getTempVG()))
+ lvnameEntry.set_text(self.storage.createSuggestedLVName(self.getTempVG()))
else:
lbl = createAlignedLabel(_("Logical Volume Name:"))
lvnameEntry = gtk.Label(lv['name'])