개정판 be4db5fc
Append 'Stream No' to line no's attribute
DTI_PID/DTI_PID/Shapes/QEngineeringLineNoTextItem.py | ||
---|---|---|
117 | 117 |
continue |
118 | 118 |
res.append((configs[i], result[i])) |
119 | 119 |
|
120 |
res.append('Stream No', self.streamNo)
|
|
120 |
res.append(('Stream No', self.streamNo))
|
|
121 | 121 |
except Exception as ex: |
122 | 122 |
print('error occured({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename, sys.exc_info()[-1].tb_lineno)) |
123 | 123 |
|
내보내기 Unified diff