개정판 3bdd3c3c
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