개정판 619725c9
issue #563: fix text item, has line as owner
Change-Id: I5ce503438d5a12bf3f112c0e8f55bfb4fc8e45be
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
515 | 515 |
targetText = [] |
516 | 516 |
for text in texts: |
517 | 517 |
found = False |
518 |
for symbol in symbols: |
|
518 |
for symbol in symbols + lines:
|
|
519 | 519 |
for attr in list(symbol.attrs.keys()): |
520 | 520 |
# skip freezed attr or already consumed by symbol |
521 | 521 |
if attr.AssocItem == text: |
내보내기 Unified diff