--- storage/devices.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index c74e895..55eed56 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2534,7 +2534,7 @@ class FileDevice(StorageDevice): root = "" try: status = self.parents[0].format.status - except AttributeError: + except: status = False if status: -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list