개정판 8a2f59cb
issue #655: bug fix
DTI_PID/DTI_PID/TrainingEditorDialog.py | ||
---|---|---|
228 | 228 |
fw = open(self.trainingBoxPath, 'w') |
229 | 229 |
fw.write(outBox) |
230 | 230 |
fw.close() |
231 |
modifiedTime = str(datetime.datetime.strptime(time.ctime(os.path.getmtime(boxPath)), "%a %b %d %H:%M:%S %Y"))
|
|
231 |
modifiedTime = str(datetime.datetime.strptime(time.ctime(os.path.getmtime(self.trainingBoxPath)), "%a %b %d %H:%M:%S %Y"))
|
|
232 | 232 |
self.cellItem.setText(modifiedTime) |
233 | 233 |
|
234 | 234 |
self.isChanged = False |
내보내기 Unified diff