eric6/Tasks/TasksFile.py

branch
jsonfiles
changeset 8017
7ec108389fde
parent 8016
e484fc67677e
child 8031
ce5858a237d2
diff -r e484fc67677e -r 7ec108389fde eric6/Tasks/TasksFile.py
--- a/eric6/Tasks/TasksFile.py	Thu Jan 28 11:53:25 2021 +0100
+++ b/eric6/Tasks/TasksFile.py	Thu Jan 28 13:18:55 2021 +0100
@@ -44,10 +44,9 @@
         @return flag indicating a successful write
         @rtype bool
         """
-        # prepare the session data dictionary
+        # prepare the tasks data dictionary
         # step 0: header
         tasksDict = {}
-        tasksDict["header"] = {}
         if self.__isGlobal:
             tasksDict["header"] = {
                 "comment": "eric tasks file",

eric ide

mercurial