TimeTracker/TimeTracker.py

changeset 69
021ac1e44e32
parent 68
cf8b446f7691
child 73
9c5a741085c3
equal deleted inserted replaced
68:cf8b446f7691 69:021ac1e44e32
163 self.tr("""<p>The time tracker file <b>{0}</b>""" 163 self.tr("""<p>The time tracker file <b>{0}</b>"""
164 """ contained %n invalid entries. These""" 164 """ contained %n invalid entries. These"""
165 """ have been discarded.</p>""", "", 165 """ have been discarded.</p>""", "",
166 invalidCount).format(self.__trackerFilePath)) 166 invalidCount).format(self.__trackerFilePath))
167 167
168 def saveTrackerEntries(self, filePath="", ids=[]): 168 def saveTrackerEntries(self, filePath="", ids=None):
169 """ 169 """
170 Public slot to save the tracker entries to a file. 170 Public slot to save the tracker entries to a file.
171 171
172 @keyparam filePath path and name of the file to write the entries to 172 @keyparam filePath path and name of the file to write the entries to
173 (string) 173 (string)

eric ide

mercurial