gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02722
[Bug 596009] [NEW] crash if no task is present
Public bug reported:
1) take standard gtg task set
2) remove them all
3) watch the log filling of
Traceback (most recent call last):
File "/home/luca/Projects/gtg/TRUNK/GTG/gtk/browser/tagtree.py", line 73, in refresh
for tag in task.get_tags():
AttributeError: 'NoneType' object has no attribute 'get_tags'
** Affects: gtg
Importance: Medium
Assignee: Luca Invernizzi (invernizzi)
Status: Fix Committed
** Tags: regression
** Changed in: gtg
Assignee: (unassigned) => Luca Invernizzi (invernizzi)
** Changed in: gtg
Status: Confirmed => Fix Committed
--
crash if no task is present
https://bugs.launchpad.net/bugs/596009
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:
1) take standard gtg task set
2) remove them all
3) watch the log filling of
Traceback (most recent call last):
File "/home/luca/Projects/gtg/TRUNK/GTG/gtk/browser/tagtree.py", line 73, in refresh
for tag in task.get_tags():
AttributeError: 'NoneType' object has no attribute 'get_tags'
Follow ups
References