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

vpodzime installerbot-noreply at redhat.com
Tue Aug 25 13:25:18 UTC 2015


> @@ -396,7 +396,11 @@ 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:
> +                #
> +                # None indicates that an environment has not been set, which is a valid
> +                # value of the environment variable.
> +                # Only non existing environments are evaluate as invalid

*"evaluated"* as valid

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


More information about the anaconda-patches mailing list