개정판 a1de571d
fix
Change-Id: I1f4f43c95c9cd3d8e19dd68233bd2b85220a185c
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1129 | 1129 |
up_down_find[index].owner = stream_line[index] |
1130 | 1130 |
key.Freeze = True |
1131 | 1131 |
break |
1132 |
|
|
1133 |
return True |
|
1132 | 1134 |
except Exception as ex: |
1133 | 1135 |
message = f"error occurred({repr(ex)}) in {sys.exc_info()[-1].tb_frame.f_code.co_filename}:" \ |
1134 | 1136 |
f"{sys.exc_info()[-1].tb_lineno}" |
1135 | 1137 |
self.addMessage.emit(MessageType.Error, message) |
1136 | 1138 |
|
1139 |
return False |
|
1140 |
|
|
1137 | 1141 |
|
1138 | 1142 |
def on_recognize_line(self): |
1139 | 1143 |
"""recognize lines in selected area""" |
내보내기 Unified diff