개정판 4c2584c5
dev issue #622: line no의 attr 부분 수정
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1408 | 1408 |
self.addTextItemToScene(item) |
1409 | 1409 |
|
1410 | 1410 |
# attr |
1411 |
if type(item) is UserInputAttribute: |
|
1412 |
for attr in lineNo.iter('USERINPUTATTRIBUTE'): |
|
1413 |
newAttr = UserInputAttribute(attr.find('TYPEUID').text, attr.find('TYPEVALUE').text) |
|
1414 |
item._attrs.append(newAttr) |
|
1411 |
for userInputAttr in lineNo.iter('USERINPUTATTRIBUTE'): |
|
1412 |
newAttr = UserInputAttribute(userInputAttr.find('TYPEUID').text, userInputAttr.find('TYPEVALUE').text) |
|
1413 |
item._attrs.append(newAttr) |
|
1415 | 1414 |
|
1416 | 1415 |
run = lineNo.find('RUN') |
1417 | 1416 |
if run is not None: |
내보내기 Unified diff