Changeset 1246
- Timestamp:
- Mar 13, 2013 1:22:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mda2idd_report/src/mda2idd_report.py
r1245 r1246 325 325 ) 326 326 for colNum in range(num_cols): 327 img_title = {False: 'Image (', True: ''}[colNum > 0]327 img_title = {False: 'Image', True: ''}[colNum > 0] 328 328 columns.append( 329 329 [str(data[1].p[0].data[colNum]), str(colNum+1), img_title]
Note: See TracChangeset
for help on using the changeset viewer.