개정판 b2e32d43
fix opc
Change-Id: I9493b340a1b79445698f28e9cac0e036f2539a6e
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
3206 | 3206 |
#count = str(len(row["Count"].split(','))) |
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 |
for row in rows: |
|
3210 |
row["Line No"] = rows[0]["Line No"].replace('\n', '') |
|
3209 | 3211 |
opcs = rows |
3210 | 3212 |
|
3211 | 3213 |
for opc in opcs: |
내보내기 Unified diff