--- a/eric6/E5XML/TasksReader.py Wed Apr 28 19:42:28 2021 +0200 +++ b/eric6/E5XML/TasksReader.py Thu Apr 29 17:39:17 2021 +0200 @@ -96,6 +96,8 @@ if isBugfix: task["type"] = Task.TypeFixme else: + # TODO: task type enum change + # TaskType(int(self.attribute("type", str(Task.TypeTodo.value)))) task["type"] = int(self.attribute("type", str(Task.TypeTodo))) uid = self.attribute("uid", "") if uid: