개정판 1bf89cc0
fixed issue #641:
- fixed an error show progress after reaching to 100%
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
734 | 734 |
self.loadRecognitionResultFromXml(path) |
735 | 735 |
self.checkAttribute() |
736 | 736 |
finally: |
737 |
self.progress.setValue(100)
|
|
737 |
self.progress.setValue(self.progress.maximum())
|
|
738 | 738 |
self.progress.hide() |
739 | 739 |
except Exception as ex: |
740 | 740 |
message = 'error occured({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename, sys.exc_info()[-1].tb_lineno) |
내보내기 Unified diff