프로젝트

일반

사용자정보

개정판 8a2f59cb

ID8a2f59cba1ade129a1ca8e74dd2b7671b4161a52
상위 405fdba5
하위 db81d269

함의성이(가) 약 6년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)