Fix xls-report.py not working with more than one comparison.

pull/1161/head
Roman Donchenko 12 years ago
parent f01cd3d99e
commit 1432f3a82c
  1. 1
      modules/ts/misc/xls-report.py

@ -291,6 +291,7 @@ def main():
sheet.write_merge(row, row + 1, col, col, caption, header_style)
else:
sheet.write(row, col, caption, header_style)
col += 1
row += 2 if args.show_times_per_pixel else 1

Loading…
Cancel
Save