summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-02-10 14:08:03 +0100
committerAles Kozumplik <akozumpl@redhat.com>2011-02-10 16:41:42 +0100
commit34c2c80299cf5a4cfb8378fe8f8e197318f7b605 (patch)
tree9d380ff256f103d28ad0b560bb2c89dce1dd4505 /pyanaconda/rescue.py
parent77d80d83c75e6b5a89cab13f85bba567748a025d (diff)
downloadanaconda-34c2c80299cf5a4cfb8378fe8f8e197318f7b605.tar.gz
anaconda-34c2c80299cf5a4cfb8378fe8f8e197318f7b605.tar.xz
anaconda-34c2c80299cf5a4cfb8378fe8f8e197318f7b605.zip
gui: remove an unneeded parameter from questionInitializeDisk()
This propagates down to reinitializeDialog() and removes the parameter there too. The variable is used by DeviceTree but it only repeats what is already in the path parameter.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index e8a25a276..24305a5bb 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -111,7 +111,7 @@ class RescueInterface(InstallInterfaceBase):
def resetReinitInconsistentLVMQuestion(self):
self._inconsistentLVMAnswers = {}
- def questionInitializeDisk(self, path, description, size, details=""):
+ def questionInitializeDisk(self, path, description, size):
# Never initialize disks in rescue mode!
return False