개정판 e835aef5
fix
Change-Id: Ib88993d6b924ef89f91a3baa754872f4d455bfca
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
3207 | 3207 |
opcs.append({ "Drawing":row["Drawing"], "Line No":row["Line No"].replace('\n', ''), "Symbol":row["Symbol"], "Count":row["Count"], "OPC":row["OPC"], "Index": row["Index"]}) |
3208 | 3208 |
else: |
3209 | 3209 |
for row in rows: |
3210 |
row["Line No"] = rows[0]["Line No"].replace('\n', '')
|
|
3210 |
row["Line No"] = row["Line No"].replace('\n', '') |
|
3211 | 3211 |
opcs = rows |
3212 | 3212 |
|
3213 | 3213 |
for opc in opcs: |
내보내기 Unified diff