프로젝트

일반

사용자정보

개정판 3130fc0a

ID3130fc0ac5c23c2e0453201c7e2c406ac0e6d279
상위 96ca1d21
하위 534575f9, a349c49c

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

add acd file error msg

Change-Id: I63a79998d7d259a8b4799e79d7ecc3e528b289a4

차이점 보기:

DTI_PID/DTI_PID/ImportTextFromCADDialog.py
716 716
                        )
717 717

  
718 718
                        stdout, stderr = p.communicate()
719
                        if len(stderr) != 0:
719
                        if len(stderr) != 0 or 'eFileSharingViolation' in str(stdout):
720 720
                            #raise RuntimeError('OdReadExMgd threw error:\n' + stderr.decode('utf-8'))
721
                            raise RuntimeError('OdReadExMgd threw error:\n' + str(stderr))
721
                            raise RuntimeError('OdReadExMgd threw error:\n' + str(stderr)) if len(stderr) != 0 else \
722
                                RuntimeError('OdReadExMgd threw error:\n' + str(stdout))
722 723

  
723 724
                        """parse layer, line type and symbol"""
724 725
                        autocad_xml_path = os.path.join(os.path.dirname(file),

내보내기 Unified diff

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