프로젝트

일반

사용자정보

개정판 f97575ce

IDf97575cec21af52ee48420c235b962aae3acc49e
상위 9ba505fc
하위 06c60b20

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

issue #563: fix attr order

Change-Id: Id7b0dce6f9db55926c1fac909e93ffeef2afa154

차이점 보기:

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

내보내기 Unified diff

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