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

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



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 redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list


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