On 2017-09-15 11:19, Russell Jones wrote:
On 15/09/17 16:50, Michael Parson wrote:
<snip>
KeyError: u'nick'
<snip>
https://github.com/GNOME/glib/commit/dbf0a566703586db9777c3d56e01aa40c02ab9ac https://bugzilla.gnome.org/show_bug.cgi?id=779332 Possibly?
Looks like that patch was already applied (though the line numbers don't match up):
202 if options is not None: 203 options = parse_trigraph(options) 204 if 'skip' not in options: 205 entries.append((name, value, options['nick'])) 206 else: 207 entries.append((name, value)) -- Michael Parson Pflugerville, TX KF5LGQ
