File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 200, in process
if self.detect_subtasks(text, start):
File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 302, in detect_subtasks
parents = task.get_parents()
AttributeError: 'NoneType' object has no attribute 'get_parents'
While simply editing a task I got this message
File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 200, in process if self.detect_subtasks(text, start): File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 302, in detect_subtasks parents = task.get_parents() AttributeError: 'NoneType' object has no attribute 'get_parents'