개정판 d061e6ee
issue #1190: 열기 - Text의 갯수를 계산하는 로직 수정
Change-Id: Idfee78e1db37adc348dae9f3f09ceaf0bbe82451
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
2589 | 2589 |
|
2590 | 2590 |
maxValue = 0 |
2591 | 2591 |
maxValue = maxValue + len(list(root.iter('SYMBOL'))) |
2592 |
maxValue = maxValue + len(list(root.iter('ATTRIBUTE'))) |
|
2592 |
maxValue = maxValue + len(list(root.iterfind('TEXTINFOS/ATTRIBUTE'))) |
|
2593 |
maxValue = maxValue + len(list(root.iterfind('NOTES/ATTRIBUTE'))) |
|
2593 | 2594 |
maxValue = maxValue + len(list(root.iter('LINE_NO'))) |
2594 | 2595 |
maxValue = maxValue + len(list(root.iter('LINE'))) |
2595 | 2596 |
maxValue = maxValue + len(list(root.iter('UNKNOWN'))) |
내보내기 Unified diff