[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Implement the format disk question as a callback.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Implement the format disk question as a callback.
- Date: Fri, 6 Mar 2009 10:00:22 -0500
>> And finally, your initcb parameter looks like this:
>>
>> initcb=lambda intf,name: questionInitializeDisk(intf, name)
>>
>
> this is nice technique, I'll remember it, didn't you mean:
>
> initcb=lambda: questionInitializeDisk(intf, name)
Eh, I suppose that'll work. I guess it was just my aversion to free
variables or something.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]