개정판 06c60b20
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