> diff --git a/yuminstall.py b/yuminstall.py > index 6a55273..994a9bc 100644 > --- a/yuminstall.py > +++ b/yuminstall.py > @@ -682,6 +682,8 @@ class AnacondaYum(YumSorter): > return retval > > def _getTreeinfo(self, baseurl): > + if not baseurl: > + return None > if baseurl.startswith("http") or baseurl.startswith("ftp"): > if not network.hasActiveNetDev(): > if not self.anaconda.intf.enableNetwork(): Do we still end up getting the .treeinfo file and addons from somewhere, though? We need to make sure addons are fetched for every repo enabled. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list