[rhinstaller/anaconda/pulls/323 master] Fix first run environment setup in software spoke

vpodzime installerbot-noreply at redhat.com
Tue Aug 25 09:09:24 UTC 2015


> @@ -396,7 +396,7 @@ def refresh(self):
>              elif firstEnvironment:  # manual installation
>                  # for manual installs that don't have a default provided by the install class
>                  # just tick the first radio button and select the first environment
> -                if not self.environment_valid:
> +                if not self.environment_valid or self.environment is None:

Thanks for the explanation. I think a comment right before the condition explaining what ``self.environment`` being ``None`` means would do.

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


More information about the anaconda-patches mailing list