Skip to content

Commit

Permalink
more linter love
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Sep 13, 2023
1 parent 5f4994c commit 6591851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4481,7 +4481,7 @@ def docx_sections_errors(self, id):
table.rows[cellrow].cells[cellcol].paragraphs[0].style = "Table Cell"
a = table.cell(cellrow, cellcol)
b = table.cell(cellrow, cellcol + 1)
A = a.merge(b)
a.merge(b)
table.rows[cellrow].cells[cellcol].paragraphs[0].text = rdata['result_name']
table.rows[cellrow].cells[cellcol].paragraphs[0].alignment = WD_ALIGN_PARAGRAPH.LEFT
table.rows[cellrow].cells[cellcol].paragraphs[0].FitText = True
Expand Down

0 comments on commit 6591851

Please sign in to comment.