On Mon, 2009-03-16 at 16:04 -1000, David Cantrell wrote: > disk -> disk.name Good one. Ack. > --- > storage/partitioning.py | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/storage/partitioning.py b/storage/partitioning.py > index 0fdd6b9..de38e1b 100644 > --- a/storage/partitioning.py > +++ b/storage/partitioning.py > @@ -45,7 +45,8 @@ def _createFreeSpacePartitions(anaconda): > # least 100MB > disks = [] > for disk in anaconda.id.storage.disks: > - if anaconda.id.storage.clearPartDisks and disk not in anaconda.id.storage.clearPartDisks: > + if anaconda.id.storage.clearPartDisks and \ > + (disk.name not in anaconda.id.storage.clearPartDisks): > continue > > partedDisk = disk.partedDisk _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list