개정판 432ebac7
cad
Change-Id: Ie93b929c233c73a4c5efb97494951ab309725f86
DTI_PID/DTI_PID/ImportTextFromCADDialog.py | ||
---|---|---|
606 | 606 |
|
607 | 607 |
stdout, stderr = p.communicate() |
608 | 608 |
if len(stderr) != 0: |
609 |
raise RuntimeError('OdReadExMgd threw error:\n' + stderr.decode('utf-8')) |
|
609 |
#raise RuntimeError('OdReadExMgd threw error:\n' + stderr.decode('utf-8')) |
|
610 |
raise RuntimeError('OdReadExMgd threw error:\n' + stderr + '\n' + stdout) |
|
610 | 611 |
|
611 | 612 |
"""parse layer, line type and symbol""" |
612 | 613 |
autocad_xml_path = os.path.join(os.path.dirname(file), |
내보내기 Unified diff