Actually the code in question is

            if self.__disable_pat:
                cmdline_default_params['nopat'] = None
            else:
                del cmdline_default_params['nopat']

and presumably __disable_pat is not set and cmdline_default_params
doesn't have a 'nopat' entry, so we're trying to delete an entry that
doesn't exist?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/903484

Title:
  xdiagnose crashed with KeyError in run(): 'nopat'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/903484/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to