try: self._partedDisk = parted.Disk(device=self.partedDevice) - except _ped.DiskLabelException as e: + except (_ped.DiskLabelException, IOException) as e: raise InvalidDiskLabelError()
ack _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list