프로젝트

일반

사용자정보

개정판 f28a350a

IDf28a350ac026a09613d87b54a96424396189ec22
상위 5d2d88ca
하위 04f515d0, 360fd516

백흠경이(가) 5년 이상 전에 추가함

issue #663: setCurrentPidSource method 제거로 인한 오류 수정

Change-Id: Ia7c67a83ae51228dee1d13344dc300a3f10302bd

차이점 보기:

DTI_PID/DTI_PID/SymbolAttr.py
138 138
        
139 139
        attr = SymbolAttr()
140 140
        attr.UID = uuid.UUID(record['UID'], version=4)
141
        #attr.Freeze = record['Freeze'] == 'True' if record['Freeze'] else False
141
        attr.Freeze = record['Freeze'] == 'True' if record['Freeze'] else False
142 142
        attr.Attribute = record['Attribute']
143 143
        attr.DisplayAttribute = record['DisplayAttribute']
144 144
        attr.AttributeType = record['AttributeType']
......
146 146
        attr.Expression = record['Expression']
147 147
        attr.Length = record['Length'] if 'Length' in record else 0
148 148
        attr.IsProp = int(record['Property']) if record['Property'] else 0
149
        attr.AssocItem = uuid.UUID(record['Association_UID'], version=4) if record['Association_UID'] and record['Association_UID'] != 'None' else None
149 150

  
150 151
        return attr
151 152

  

내보내기 Unified diff

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