Re: [PATCH rhel5] More robust filtering of physical volumes in autopartioning (#475271)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>                                  len(partitions.autoClearPartDrives) == 0):
>                                  valid = 1
>                              else:
> -                                if not isinstance(r, partRequests.RaidRequestSpec):
> +                                if (isinstance(r, partRequests.PartitionSpec) and
> +                                    r.drive):

I can't ever remember how python works with putting conditionals across
two lines.  You may have to make those into one.

Looks fine, though.  It took me a minute to remember I'd even made a
patch for this.  Thanks for fixing the additional case there.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux