On Wed, 2009-03-18 at 11:17 -0400, Chris Lumens wrote: > --- > textw/partition_text.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Good one. > > 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) > _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list