summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-12-13 23:33:43 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-12-13 23:33:43 +0000
commit20f317455db23c91937998ae987ba3f195efe91d (patch)
tree0f2774d64a02f4b459bf491523e09a99dbefbc63 /iw
parent433a4e0869c8cb41f45fe90e74aa601d9a95897f (diff)
downloadanaconda-20f317455db23c91937998ae987ba3f195efe91d.tar.gz
anaconda-20f317455db23c91937998ae987ba3f195efe91d.tar.xz
anaconda-20f317455db23c91937998ae987ba3f195efe91d.zip
* partedUtils.py (DiskSet.openDevices): Don't always dasdfmt on zSeries,
only do that for disks that are flagged to be cleared or if the init all flag is set. * upgrade.py (findExistingRoots): Do not pass anaconda object reference to findExistingRootPartitions(). * iw/autopart_type.py (PartitionTypeWindow): Do not pass intf to checkNoDisks(). * textw/partition_text.py: Likewise.
Diffstat (limited to 'iw')
-rw-r--r--iw/autopart_type.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index a18bfc929..ccf0de6c1 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -37,7 +37,7 @@ class PartitionTypeWindow(InstallWindow):
ics.setNextEnabled(True)
def getNext(self):
- if self.diskset.checkNoDisks(self.intf):
+ if self.diskset.checkNoDisks():
raise gui.StayOnScreen
active = self.combo.get_active_iter()