[PATCH 44/47] Fix typo in fsset.py

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



bootDev.device.getName() instead of bootDev.getName()
---
 fsset.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fsset.py b/fsset.py
index 466f89d..88545f0 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1610,7 +1610,7 @@ MAILADDR root
             ret['boot'] = (bootDev.device, N_("EFI System Partition"))
             return ret
 
-        if bootDev.getName() == "RAIDDevice":
+        if bootDev.device.getName() == "RAIDDevice":
             ret['boot'] = (bootDev.device, N_("RAID Device"))
             ret['mbr'] = (bl.drivelist[0], N_("Master Boot Record (MBR)"))
             return ret
-- 
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux