Commit 1432f3a8 authored by Roman Donchenko's avatar Roman Donchenko

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

parent f01cd3d9
...@@ -291,6 +291,7 @@ def main(): ...@@ -291,6 +291,7 @@ def main():
sheet.write_merge(row, row + 1, col, col, caption, header_style) sheet.write_merge(row, row + 1, col, col, caption, header_style)
else: else:
sheet.write(row, col, caption, header_style) sheet.write(row, col, caption, header_style)
col += 1
row += 2 if args.show_times_per_pixel else 1 row += 2 if args.show_times_per_pixel else 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment