Re: [PATCH] DeviceTree.isIgnored() is called with wrong parameter

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

 



On Wed, 2009-02-25 at 16:08 +0100, Jacek Danecki wrote:
> This small patch is for new storage code on branch anaconda-storage-branch.
> 

Thanks. I have this fixed on my local branch and will try to push the
changes up onto fedorahosted before I stop for the night tonight.

Dave

> diff --git a/storage/devicetree.py b/storage/devicetree.py
> index 7950d31..1a1e6e8 100644
> --- a/storage/devicetree.py
> +++ b/storage/devicetree.py
> @@ -409,7 +409,7 @@ class DeviceTree(object):
>           sysfs_path = udev_device_get_sysfs_path(info)
>           device = None
> 
> -        if self.isIgnored(sysfs_path):
> +        if self.isIgnored(info):
>               log.debug("ignoring %s (%s)" % (name, sysfs_path))
>               return
> 
> 
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list

_______________________________________________
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