[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 7/9] disk is a DiskDevice, not a parted.Disk, so it has no device attribute.
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 7/9] disk is a DiskDevice, not a parted.Disk, so it has no device attribute.
- Date: Fri, 27 Feb 2009 18:26:15 -1000
From: Chris Lumens <clumens redhat com>
Signed-off-by: David Cantrell <dcantrell redhat com>
---
iw/autopart_type.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index 0c8e6c9..a316279 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -389,7 +389,7 @@ class PartitionTypeWindow(InstallWindow):
size, partedDisk.device.model)
i = bootstore.append(None)
bootstore[i] = (dispstr, partedDisk.device.path[5:])
- if disk.device.path[5:] == defaultBoot:
+ if disk.path[5:] == defaultBoot:
self.bootcombo.set_active_iter(i)
if len(bootstore) <= 1:
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]