[rhinstaller/anaconda/pulls/203 master] Decode wifi SSIDs into strings. (#1240398)

cgwalters installerbot-noreply at redhat.com
Mon Jul 13 20:57:57 UTC 2015


The list store doesn't know how to auto-coerce Python `bytes` to GBytes, so you'd need:

```
store.append(['asdf', GLib.Bytes.new(b'asdf')])
```
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/203


More information about the anaconda-patches mailing list