프로젝트

일반

사용자정보

개정판 570dff9c

ID570dff9c9650912102fff1df0ce6cce5eb07fb32
상위 f6493ebf
하위 00eaeae5

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

issue #637: fix spec break load

Change-Id: Ib05a680c687b82ac9c13e8a606ce04a6bc1227ec

차이점 보기:

DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py
1561 1561
                                item.attrs[_attr] = [attr.text.split(',')[0], attr.text.split(',')[1]]
1562 1562
                            else:
1563 1563
                                ## for old spec break item that has not uid currectly, may not necessary new data
1564
                                _attr.AssocItem = uuid.UUID(attr.text) if attr.text else None
1564
                                _attr.AssocItem = uuid.UUID(attr.text) if attr.text and attr.text != 'None' else None
1565 1565
                                ## up to here 3
1566 1566
                                item.attrs[_attr] = attr.text
1567 1567
                            '''

내보내기 Unified diff

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