[PATCH] driverdisk: Rename skip_dds to make pylint happy

Brian C. Lane bcl at redhat.com
Sat Feb 8 05:50:42 UTC 2014


---
 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()
-- 
1.8.4.2



More information about the anaconda-patches mailing list