프로젝트

일반

사용자정보

개정판 4c2584c5

ID4c2584c532cbfc2b03dfb626fb2c130e84b4a3cd
상위 c5d5514a
하위 8ade0ce9, dcb4b5a7

gaqhf 이(가) 6년 이상 전에 추가함

dev issue #622: line no의 attr 부분 수정

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
1408 1408
                    self.addTextItemToScene(item)
1409 1409

  
1410 1410
                    # attr
1411
                    if type(item) is UserInputAttribute:
1412
                        for attr in lineNo.iter('USERINPUTATTRIBUTE'):
1413
                            newAttr = UserInputAttribute(attr.find('TYPEUID').text, attr.find('TYPEVALUE').text)
1414
                            item._attrs.append(newAttr)
1411
                    for userInputAttr in lineNo.iter('USERINPUTATTRIBUTE'):
1412
                        newAttr = UserInputAttribute(userInputAttr.find('TYPEUID').text, userInputAttr.find('TYPEVALUE').text)
1413
                        item._attrs.append(newAttr)
1415 1414

  
1416 1415
                run = lineNo.find('RUN')
1417 1416
                if run is not None:

내보내기 Unified diff

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