프로젝트

일반

사용자정보

개정판 df72a464

IDdf72a4646ba82cc0beee4ade97cfde32ab8586e9
상위 17f7084a
하위 a9b5228c

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

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

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