개정판 9b036d14
issue #000: fix load attribute from db
Change-Id: I594a56f6a9c77ed3d793cc2e0273b5a27cbee85e
DTI_PID/DTI_PID/SymbolAttr.py | ||
---|---|---|
146 | 146 |
import uuid |
147 | 147 |
|
148 | 148 |
attr = SymbolAttr() |
149 |
attr.UID = uuid.UUID(record['UID']) |
|
149 |
attr.UID = uuid.UUID(record['SymbolAttribute_UID'])
|
|
150 | 150 |
attr.Freeze = record['Freeze'] == 'True' if record['Freeze'] else False |
151 | 151 |
attr.Attribute = record['Attribute'] |
152 | 152 |
attr.DisplayAttribute = record['DisplayAttribute'] |
내보내기 Unified diff