Looks okay to me. On Thu, 2009-12-17 at 15:22 +0100, Radek Vykydal wrote: > --- > storage/devicelibs/lvm.py | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/storage/devicelibs/lvm.py b/storage/devicelibs/lvm.py > index 2cae3c9..fb9482b 100644 > --- a/storage/devicelibs/lvm.py > +++ b/storage/devicelibs/lvm.py > @@ -100,9 +100,10 @@ def lvm_cc_addFilterRejectRegexp(regexp): > _composeConfig() > > def lvm_cc_resetFilter(): > - global config_args_data > + global config_args, config_args_data > config_args_data["filterRejects"] = [] > config_args_data["filterAccepts"] = [] > + config_args = [] > # End config_args handling code. > > # Names that should not be used int the creation of VGs _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list