[rhinstaller/anaconda/pulls/274 master] Fix crash when devices and connections are changing (#1245960)

bcl installerbot-noreply at redhat.com
Wed Aug 5 00:13:20 UTC 2015


> @@ -712,11 +726,19 @@ def add_device_to_list(self, device):
>              log.error(e)
>              return
>          except nm.SettingsNotFoundError:
> -            # wireless devices
> +            # wireless devices or device without a connection
>              dev_cfg = None
> +
>          if dev_cfg:
>              dev_cfg.device = device
>          else:
> +            # it's wireless or device with missing connection
> +            # skip device with missing connection now, will be add when connection appears

'skip the device'
'will be added'

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


More information about the anaconda-patches mailing list