Fix xls-report.py not working with more than one comparison.
authorRoman Donchenko <roman.donchenko@itseez.com>
Mon, 22 Jul 2013 08:48:43 +0000 (12:48 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Mon, 22 Jul 2013 08:48:43 +0000 (12:48 +0400)
modules/ts/misc/xls-report.py

index d5db73d..1ca3fad 100755 (executable)
@@ -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