eric6/E5XML/TasksReader.py

changeset 8269
87f521f359d5
parent 8240
93b8a353c4bf
child 8278
e647b71b393f
--- 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:

eric ide

mercurial