You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered: