프로젝트

일반

사용자정보

개정판 06c60b20

ID06c60b20e93ce581f2821ba0bb95d9cf959db3a8
상위 f97575ce
하위 74df5d6f, 5b53517a

함의성이(가) 4년 이상 전에 추가함

issue #563: fix

Change-Id: I5e762070db086a173d5a2c36bb780562456c05e9

차이점 보기:

DTI_PID/DTI_PID/Shapes/EngineeringAbstractItem.py
429 429
                        _attrs[attr] = ''
430 430
            self.attrs = _attrs
431 431

  
432
            for attr in [_attr for _attr in sorted(self.attrs.items(), key=lambda param:int(param[0].Index)) \
432
            for attr in [_attr for _attr in sorted(self.attrs.keys(), key=lambda param:int(param.Index)) \
433 433
                            if _attr.AttributeType != 'Combined' and _attr.AttributeType != 'Reference']:
434 434
                # if attr.Freeze: continue    # do not evaluate value if attribute is frozen
435 435
                if attr.AttributeType == 'Text Item' or attr.AttributeType == 'Valve Oper Code':

내보내기 Unified diff

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