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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to