ack On Mon, 2011-08-22 at 16:22 +0200, Ales Kozumplik wrote: > Resolves: rhbz#732358 > --- > platform.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/platform.py b/platform.py > index 434dd8f..2291150 100644 > --- a/platform.py > +++ b/platform.py > @@ -511,7 +511,7 @@ class S390(Platform): > > def requiredDiskLabelType(self, device_type): > """The required disklabel type for the specified device type.""" > - if deviceType == parted.DEVICE_DASD: > + if device_type == parted.DEVICE_DASD: > return "dasd" > > return super(S390, self).requiredDiskLabelType(device_type) -- Martin Gracik <mgracik@xxxxxxxxxx> _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list