--- storage/formats/disklabel.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/formats/disklabel.py b/storage/formats/disklabel.py index e4122fb..8a653f0 100644 --- a/storage/formats/disklabel.py +++ b/storage/formats/disklabel.py @@ -184,7 +184,7 @@ class DiskLabel(DeviceFormat): if not os.access(self.device, os.W_OK): raise DeviceFormatError("device path does not exist") - self.partedDisk.clobber() + self.partedDevice.clobber() self.commit() self.exists = False -- 1.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list