Skip to content

Commit 1432f3a

Browse files
author
Roman Donchenko
committed
Fix xls-report.py not working with more than one comparison.
1 parent f01cd3d commit 1432f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ts/misc/xls-report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def main():
291291
sheet.write_merge(row, row + 1, col, col, caption, header_style)
292292
else:
293293
sheet.write(row, col, caption, header_style)
294+
col += 1
294295

295296
row += 2 if args.show_times_per_pixel else 1
296297

0 commit comments

Comments
 (0)