traceback when there's no more new bugs during 'next'

Bug #535434 reported by Jelmer Vernooij
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Hydrazine
Fix Committed
Medium
Alex Chiang

Bug Description

hydrazine(edge) #336467 in bzr-svn> next
Traceback (most recent call last):
  File "./bugclient", line 439, in <module>
    main(sys.argv)
  File "./bugclient", line 435, in main
    cmd.cmdloop()
  File "/usr/lib/python2.5/cmd.py", line 142, in cmdloop
    stop = self.onecmd(line)
  File "./bugclient", line 273, in onecmd
    cmd.Cmd.onecmd(self, cmdline)
  File "/usr/lib/python2.5/cmd.py", line 219, in onecmd
    return func(arg)
  File "./bugclient", line 111, in do_next
    bug_task = self.task_list[self.search_index]
  File "/usr/lib/pymodules/python2.5/lazr/restfulclient/resource.py", line 707, in __getitem__
    raise IndexError("list index out of range")
IndexError: list index out of range

after I triaged all new bugs

Related branches

Martin Pool (mbp)
Changed in hydrazine:
status: New → Confirmed
Martin Pool (mbp)
Changed in hydrazine:
importance: Undecided → Medium
Revision history for this message
Martin Pool (mbp) wrote :

this proves there actually are more bugs :)

Revision history for this message
Alex Chiang (achiang) wrote :

Fixed in commit 91.

Changed in hydrazine:
assignee: nobody → Alex Chiang (achiang)
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.