프로젝트

일반

사용자정보

개정판 3bdd3c3c

ID3bdd3c3c3861c6830f559a9606d7bde331b0957c
상위 e2573363
하위 8b804ab7

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

issue #103: fix typo

Change-Id: I3bff36e4d044256879898928229b6246fd6171ba

차이점 보기:

DTI_PID/DTI_PID/AppDocData.py
599 599
        with self.project.database.connect() as conn:
600 600
            cursor = conn.cursor()
601 601
            sql = """SELECT a.UID,a.Name,b.Type,a.Threshold,a.MinMatchPoint,a.IsDetectOrigin,a.RotationCount,a.OCROption,a.IsContainChild,a.OriginalPoint,a.ConnectionPoint,
602
                    a.BaseSymbol,a.AdditionalSymbol,a.IsExceptDetect,a.HasInstrumentLabel,a.flip, a.TextArea\
602
                    a.BaseSymbol,a.AdditionalSymbol,a.IsExceptDetect,a.HasInstrumentLabel,a.flip,a.TextArea,\
603 603
                        b.UID FROM Symbol a inner join SymbolType b on a.SymbolType_UID=b.UID WHERE 
604 604
                        a.IsExceptDetect = 0 order by width * height desc"""
605 605
            try:

내보내기 Unified diff

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