[PATCH] Fix DiskLabel.status so it returns True, not self.partedDisk, when active.

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

 



---
 storage/formats/disklabel.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/storage/formats/disklabel.py b/storage/formats/disklabel.py
index 8f003fc..5b156f6 100644
--- a/storage/formats/disklabel.py
+++ b/storage/formats/disklabel.py
@@ -147,7 +147,8 @@ class DiskLabel(DeviceFormat):
         """ Device status. """
         return (self.exists and self.device and
                 os.path.exists(self.device) and
-                self.partedDevice and self.partedDisk)
+                self.partedDevice is not None and
+                self.partedDisk is not None)
 
     def setup(self, *args, **kwargs):
         """ Open, or set up, a device. """
-- 
1.6.0.6

_______________________________________________
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