개정판 db5e99e4
issue #655: sort fixed
DTI_PID/DTI_PID/TrainingImageListDialog.py | ||
---|---|---|
437 | 437 |
try: |
438 | 438 |
dialog = QTrainingEditorDialog(self, drawingPath, trainingBoxPath, boundaryOcrData) |
439 | 439 |
dialog.exec_() |
440 |
self.listUpdate() |
|
440 |
#self.listUpdate()
|
|
441 | 441 |
except Exception as ex: |
442 | 442 |
print('error occured({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename, sys.exc_info()[-1].tb_lineno)) |
443 | 443 |
|
내보내기 Unified diff