[PATCH] driverdisk: Rename skip_dds to make pylint happy

David Shea dshea at redhat.com
Sun Feb 9 08:35:48 UTC 2014


On 02/08/2014 06:50 AM, Brian C. Lane wrote:
> ---
>   dracut/driver-updates | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dracut/driver-updates b/dracut/driver-updates
> index 47850b1..8d659c6 100755
> --- a/dracut/driver-updates
> +++ b/dracut/driver-updates
> @@ -725,8 +725,8 @@ if __name__ == '__main__':
>           # Kickstart driverdisk command, skip existing OEMDRV devices and
>           # process cmdline dd entries. This will process any OEMDRV that
>           # appear after loading the other drivers.
> -        skip_dds = set(oemdrv_list())
> -        dd_scan(skip_dds)
> +        skip_devices = set(oemdrv_list())
> +        dd_scan(skip_devices)
>       else:
>           # Process /tmp/dd_args and OEMDRV devices
>           dd_scan()
Ack.


More information about the anaconda-patches mailing list