gtg-win team mailing list archive
-
gtg-win team
-
Mailing list archive
-
Message #00046
[Bug 567783] Re: gtg-win crashes when deleting tasks
Can not be reproduced in the latest revision 550
** Changed in: gtg-win
Status: New => Won't Fix
--
gtg-win crashes when deleting tasks
https://bugs.launchpad.net/bugs/567783
You received this bug notification because you are a member of Gtg-win
developers, which is the registrant for Getting Things GNOME! Windows.
Status in Getting Things GNOME! Windows: Won't Fix
Bug description:
Had an error when deleting a main task with a set of subtasks.
the steps i took involved creating a task, creating subtasks (where one sub-task was accidentally named '>');
deleting the '>' subtask would not remove it from the list in the 'main' window, but when you drilled down into the main task, ir was not listed as a sub task.
i have been unable to reproduce the error.
the application presented a dialog box with an error - i was able to ignore this error and carry on using the application as normal
output pasted below
Traceback (most recent call last):
File "S:\Documents\gtg-win\GTG\taskbrowser\browser.py", line 1134, in on_delete_tasks
self.vmanager.ask_delete_tasks(tids_todelete)
File "S:\Documents\gtg-win\GTG\viewmanager\manager.py", line 192, in ask_delete_tasks
self.close_task(t)
File "S:\Documents\gtg-win\GTG\viewmanager\manager.py", line 176, in close_task
del self.opened_task[tid]
KeyError: '17@1'
References