개정판 f9c5f760
issue #000: spec break xml fixed sql on going
Change-Id: I5ff43f1f1aeb3527f67d1c8379b90c1531fd12a5
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1172 | 1172 |
self.progress.show() |
1173 | 1173 |
## Load data on xml |
1174 | 1174 |
path = os.path.join(appDocData.getCurrentProject().getTempPath(), appDocData.imgName + '.xml') |
1175 |
if os.path.isfile(path): |
|
1175 |
if False:#os.path.isfile(path):
|
|
1176 | 1176 |
self.loadRecognitionResultFromXml(path) |
1177 | 1177 |
else: |
1178 | 1178 |
self.load_drawing(appDocData.activeDrawing) |
내보내기 Unified diff