On Thu, Jun 21, 2012 at 02:21:00PM -0700, Jesse Keating wrote: > --- > pyanaconda/kickstart.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py > index 5888e4f..6692577 100644 > --- a/pyanaconda/kickstart.py > +++ b/pyanaconda/kickstart.py > @@ -840,7 +840,7 @@ class PartitionData(commands.partition.F17_PartData): > self.disk = disk > break > > - if self.disk == "": > + if not self.disk: > raise KickstartValueError, formatErrorMsg(self.lineno, msg="Specified BIOS disk %s cannot be determined" % self.onbiosdisk) > > if self.mountpoint == "swap": > -- > 1.7.10.2 Ack -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
Attachment:
pgpnjEheBG8V1.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list