Public bug reported:

Binary package hint: python-launchpad-bugs

Sometimes the apport retracer gets stuck in an infinite loop with
retracing the same bug over and over again. The reason is that p-lp-bugs
fails to remove tags sometimes:

$ python
>>> import launchpadbugs.connector as Connector
>>> Bug = Connector.ConnectBug()
>>> Bug.authentication='txt/lp-apport.cookie'
>>> b = Bug(182261)
>>> b.tags
['apport-crash', 'need-i386-retrace']
>>> b.tags.remove('need-i386-retrace')
>>> b.tags
['apport-crash']
>>> b.commit()
>>> b = Bug(182261)
>>> b.tags
['apport-crash', 'need-i386-retrace']

** Affects: python-launchpad-bugs (Ubuntu)
     Importance: High
         Status: Confirmed

** Changed in: python-launchpad-bugs (Ubuntu)
   Importance: Undecided => High
       Status: New => Confirmed

-- 
fails to remove tags sometimes
https://bugs.launchpad.net/bugs/186599
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to