eric6/Project/Project.py

branch
jsonfiles
changeset 8025
aaad60a23960
parent 8020
eddc8c3d3f9e
child 8047
b5594178c7fa
equal deleted inserted replaced
8023:56359a72ab10 8025:aaad60a23960
1145 "</p>") 1145 "</p>")
1146 .format(fn)) 1146 .format(fn))
1147 1147
1148 def writeTasks(self): 1148 def writeTasks(self):
1149 """ 1149 """
1150 Public method to write the tasks data to an JSON file (.etj). 1150 Public method to write the tasks data to a JSON file (.etj).
1151 """ 1151 """
1152 if self.pfile is None: 1152 if self.pfile is None:
1153 return 1153 return
1154 1154
1155 fn, ext = os.path.splitext(os.path.basename(self.pfile)) 1155 fn, ext = os.path.splitext(os.path.basename(self.pfile))

eric ide

mercurial