diff --git a/rfswarm_reporter/rfswarm_reporter.py b/rfswarm_reporter/rfswarm_reporter.py index bd834c7c2..9e9d9052d 100644 --- a/rfswarm_reporter/rfswarm_reporter.py +++ b/rfswarm_reporter/rfswarm_reporter.py @@ -5058,10 +5058,10 @@ def docx_sections_table(self, id): cellcol = 0 cellrow = 0 if colours: - numcols += 1 + # numcols += 1 cellcol += 1 - if "Colour" in cols: - numcols -= 1 + # if "Colour" in cols: + # numcols -= 1 table = document.add_table(rows=1, cols=numcols) # Table Grid Light