← Back to team overview

gtg team mailing list archive

[Bug 571915] [NEW] deleting tasks from the browser crashes gtg

 

Public bug reported:

Traceback (most recent call last):
  File "/home/luca/Projects/gtg/trunke/GTG/taskbrowser/tasktree.py", line 200, in update_task
    node_path = self.tree.get_path_for_node(my_node)
  File "/home/luca/Projects/gtg/trunke/GTG/core/filteredtree.py", line 248, in get_path_for_node
    child = self.node_children(par)
  File "/home/luca/Projects/gtg/trunke/GTG/core/filteredtree.py", line 314, in node_children
    child = self.virtual_root[0]
IndexError: list index out of range

** Affects: gtg
     Importance: Critical
     Assignee: Luca Invernizzi (invernizzi)
         Status: Fix Committed

-- 
deleting tasks from the browser crashes gtg
https://bugs.launchpad.net/bugs/571915
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Committed

Bug description:
Traceback (most recent call last):
  File "/home/luca/Projects/gtg/trunke/GTG/taskbrowser/tasktree.py", line 200, in update_task
    node_path = self.tree.get_path_for_node(my_node)
  File "/home/luca/Projects/gtg/trunke/GTG/core/filteredtree.py", line 248, in get_path_for_node
    child = self.node_children(par)
  File "/home/luca/Projects/gtg/trunke/GTG/core/filteredtree.py", line 314, in node_children
    child = self.virtual_root[0]
IndexError: list index out of range





Follow ups

References