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)) |