> diff --git a/yuminstall.py b/yuminstall.py > index 5780325..209a8d6 100644 > --- a/yuminstall.py > +++ b/yuminstall.py > @@ -1504,7 +1504,6 @@ class YumBackend(AnacondaBackend): > match = re.search(mpregex, mpathname) > if match is not None: > mpathname = match.group() > - major = int(match.group(1)) > else: > continue ACK. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list