--- textw/partition_text.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/textw/partition_text.py b/textw/partition_text.py index 41e1db5..d74c7d4 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -106,7 +106,7 @@ class PartitionTypeWindow: selected = 0 sizestr = "%8.0f MB" % (disk.size,) - diskdesc = "%6s %s (%s)" % (disk, sizestr, model[:24],) + diskdesc = "%6s %s (%s)" % (disk.path, sizestr, model[:24],) drivelist.append(diskdesc, selected = selected) -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list