개정판 df72a464
issue #663: fix opc
Change-Id: I6cbf0573483934426da696f7d019b8c26bcdcdf3
DTI_PID/DTI_PID/RecognitionDialog.py | ||
---|---|---|
492 | 492 |
info_center = text_info.center |
493 | 493 |
if info_center[0] > opc_xmin and info_center[0] < opc_xmax and info_center[1] > opc_ymin and info_center[1] < opc_ymax: |
494 | 494 |
valid_opc.append(searchedOPCList[index]) |
495 |
continue |
|
496 |
searchedSymbolList.pop(searchedSymbolList.index(searchedOPCList[index])) |
|
495 |
valid = True |
|
496 |
break |
|
497 |
if not valid: |
|
498 |
searchedSymbolList.pop(searchedSymbolList.index(searchedOPCList[index])) |
|
497 | 499 |
|
498 | 500 |
pool = futures.ThreadPoolExecutor(max_workers=THREAD_MAX_WORKER) |
499 | 501 |
|
내보내기 Unified diff