gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02654
[Bug 592436] [NEW] TypeError: an integer is required -- on startup
Public bug reported:
On startup, when `gtg` tries to show the full task list:
Traceback (most recent call last):
File "/home/liori/Studia/Projekty/gtg/gtg/GTG/taskbrowser/tasktree.py", line 245, in on_get_iter
self.tasks_to_add.pop(node.get_id())
TypeError: an integer is required
Attaching full output.
** Affects: gtg
Importance: Undecided
Status: New
--
TypeError: an integer is required -- on startup
https://bugs.launchpad.net/bugs/592436
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!: New
Bug description:
On startup, when `gtg` tries to show the full task list:
Traceback (most recent call last):
File "/home/liori/Studia/Projekty/gtg/gtg/GTG/taskbrowser/tasktree.py", line 245, in on_get_iter
self.tasks_to_add.pop(node.get_id())
TypeError: an integer is required
Attaching full output.
Follow ups
References