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
--
1.7.3.3
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-17-2011, 01:07 PM
Chris Lumens
Remove a worthless, traceback-causing line.
> 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@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list