[rhinstaller/anaconda/pulls/128 master] Fix Repository New_Repository has no mirror or baseurl (#1215963)

vpodzime installerbot-noreply at redhat.com
Fri Jun 5 06:36:41 UTC 2015


> @@ -1328,6 +1328,8 @@ def on_addRepo_clicked(self, button):
>          self._repoSelection.select_iter(itr)
>          self._repoEntryBox.set_sensitive(True)
>  
> +        self._repoURLChecks[repo].update_check_status()

In the Python 3 ``repo`` is not hashable and we use ``repo.name`` as the key. Just please sync with @M4rtinK to make sure whatever goes last has this glitch fixed.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/128#discussion_r31790427


More information about the anaconda-patches mailing list