Skip to content

Commit bb15e73

Browse files
Roman DonchenkoOpenCV Buildbot
authored andcommitted
Merge pull request opencv#1161 from SpecLad:xls-comp-bug
2 parents f01cd3d + 1432f3a commit bb15e73

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)