So here in lines 951-2 of launchpad.py:

        for ch in tags.lower().encode('ASCII', errors='ignore'):
            if ch.isspace() or ch.isalpha() or ch.isdigit() or (len(res) > 0 
and ch in b'+-.'):

The first line is creating ch as an int, according to the traceback.
And the second line expects a string.  I'm not pythony enough to have a
quick fix yet.  Thanks.

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

Title:
  apport-gtk crashed with AttributeError in _filter_tag_names(): 'int'
  object has no attribute 'isspace'

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

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

Reply via email to