개정판 557837ca
issue #000: fix
Change-Id: If5e5064354f5abe10a293efdbcc389b46454672c
DTI_PID/DTI_PID/Shapes/EngineeringAbstractItem.py | ||
---|---|---|
618 | 618 |
"""calculate attribute value for HMB type""" |
619 | 619 |
matches = [_attr for _attr in _attrs if _attr.Attribute.upper() == 'STREAM NO'] |
620 | 620 |
hmb_attrs = [_attr for _attr in targetAttrs if _attr.AttributeType == 'HMB'] |
621 |
hmb_datas = app_doc_data.get_hmb_data(None) |
|
622 | 621 |
if hmb_datas and hmb_attrs and matches and _attrs[matches[0]] and _attrs[matches[0]] != 'None': |
622 |
hmb_datas = app_doc_data.get_hmb_data(None) |
|
623 | 623 |
stream_no = _attrs[matches[0]] |
624 | 624 |
names = [] |
625 | 625 |
for data in hmb_datas[0].datas[0]: |
내보내기 Unified diff